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     *  ======== InterruptArm.xdc ========
    12     *
    13     *! Revision History
    14     *! ================
    15     */
    16    
    17    /*!
    18     *  ======== InterruptArm ======== 
    19     *  DM6446 based interrupt manager
    20     */
    21    
    22    module InterruptArm inherits ti.sdo.ipc.notifyDrivers.IInterrupt
    23    {
    24    
    25    internal:
    26    
    27    } 
    28