1    /* 
     2     * Copyright (c) 2009
     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     * */
    10    /*
    11     *  ======== TimerNull.xdc ========
    12     *
    13     */
    14    package ti.sysbios.hal;
    15    
    16    /*!
    17     *  ======== TimerNull ========
    18     *  Null Timer module
    19     *
    20     */
    21    
    22    module TimerNull inherits ti.sysbios.interfaces.ITimer 
    23    {
    24    }
    25    
    26    /*
    27     *  @(#) ti.sysbios.hal; 2, 0, 0, 0,351; 12-18-2009 15:12:46; /db/vtree/library/trees/avala/avala-m19x/src/
    28     */
    29