1 /* --COPYRIGHT--,TI 2 * Copyright (c) $(CPYYEAR) 3 * Texas Instruments 4 * 5 * All rights reserved. Property of Texas Instruments 6 * Restricted rights to use, duplicate or disclose this code are 7 * granted through contract. 8 * 9 * --/COPYRIGHT--*/ 10 /* 11 * ======== NotifySetup.xdc ======== 12 * 13 *! Revision History 14 *! ================ 15 *! 11-Feb-2010 skp Fixed SDOCM00066689 (Missing NotifySetup.dspIntVectId) 16 */ 17 18 import ti.sdo.utils.MultiProc; 19 20 /*! 21 * ======== NotifySetup ======== 22 */ 23 24 module NotifySetup inherits ti.sdo.ipc.interfaces.INotifySetup 25 { 26 /*! Interrupt vector id for OMAP3530/DSP. */ 27 config UInt dspIntVectId = 5; 28 29 internal: 30 31 }