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     *  ======== IPowerSupport.xdc ========
    12     *
    13     *
    14     */
    15     
    16    /*!
    17     *  ======== IPowerSupport ========
    18     *  Interface for PowerSupport Manager.
    19     */
    20    
    21    interface IPowerSupport
    22    {
    23        Bool getDelegateInfo(Ptr delegateInfo);
    24    
    25        UInt doSleep(UInt sleepMode, Ptr sleepArgs, UInt notifyTimeout);
    26    }
    27    /*
    28     *  @(#) ti.sysbios.interfaces; 2, 0, 0, 0,350; 12-18-2009 15:12:57; /db/vtree/library/trees/avala/avala-m19x/src/
    29     */
    30