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 *! 22-Oct-2009 jv Created! 16 */ 17 18 /*! 19 * ======== NotifySetup ======== 20 * Manages setup of the default Notify driver handles 21 * 22 * Creates the default notify drivers for each pair of processors. 23 */ 24 module NotifySetup inherits ti.sdo.ipc.interfaces.INotifySetup 25 { 26 /* The interrupt vector id */ 27 config UInt dspIntVectId = 5; 28 29 internal: 30 31 }