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 * ======== InterruptDsp.xdc ======== 12 * 13 *! Revision History 14 *! ================ 15 *! 16-Nov-2009 skp Module state removed (not used) 16 */ 17 18 /*! 19 * ======== InterruptDsp ======== 20 * DA830 based Dsp interrupt manager 21 */ 22 23 module InterruptDsp inherits ti.sdo.ipc.notifyDrivers.IInterrupt 24 { 25 26 internal: 27 28 }