VirtualBox

Changeset 55436 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 27, 2015 9:13:02 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99782
Message:

Reverted bad commit r99781.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r55435 r55436  
    3333#include <iprt/stdarg.h>
    3434#include <iprt/cpuset.h>
    35 #include <iprt/power.h>
    3635#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    3736# include <iprt/asm-amd64-x86.h>
     
    10711070 * Initializes the support library.
    10721071 *
    1073  * Each successful call to SUPR3Init() or SUPR3InitEx() must be countered by a
     1072 * Each successful call to SUPR3Init() or SUPR3InitEx must be countered by a
    10741073 * call to SUPR3Term(false).
    10751074 *
     
    10831082 * Initializes the support library, extended version.
    10841083 *
    1085  * Each successful call to SUPR3Init() or SUPR3InitEx() must be countered by a
     1084 * Each successful call to SUPR3Init() or SUPR3InitEx must be countered by a
    10861085 * call to SUPR3Term(false).
    10871086 *
     
    17451744 */
    17461745SUPR3DECL(int) SUPR3ReadTsc(uint64_t *puTsc, uint16_t *pidApic);
    1747 
    1748 
    1749 /**
    1750  * Waits for a host power event.
    1751  *
    1752  * This times out every few seconds, so caller is expected to retry if needed.
    1753  *
    1754  * @returns VBox status code.
    1755  * @param   pEvent          Where to store the power event that occurs.
    1756  */
    1757 SUPR3DECL(int) SUPR3WaitForPowerEvent(RTPOWEREVENT *pEvent);
    1758 
    1759 
    1760 /**
    1761  * Acknowledges a host power event.
    1762  *
    1763  * @returns VBox status code.
    1764  */
    1765 SUPR3DECL(int) SUPR3AckPowerEvent(void);
    17661746
    17671747/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette