VirtualBox

Changeset 57222 in vbox


Ignore:
Timestamp:
Aug 6, 2015 7:22:05 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101975
Message:

sup.h: blank lines.

File:
1 edited

Legend:

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

    r57218 r57222  
    17061706SUPR3DECL(int) SUPR3ResumeSuspendedKeyboards(void);
    17071707
    1708 
    17091708/**
    17101709 * Measure the TSC-delta for the specified CPU.
     
    17231722SUPR3DECL(int) SUPR3TscDeltaMeasure(RTCPUID idCpu, bool fAsync, bool fForce, uint8_t cRetries, uint8_t cMsWaitRetry);
    17241723
    1725 
    17261724/**
    17271725 * Reads the delta-adjust TSC value.
     
    17341732SUPR3DECL(int) SUPR3ReadTsc(uint64_t *puTsc, uint16_t *pidApic);
    17351733
    1736 
    1737 /**
    1738  * Sets the GIP flags.
     1734/**
     1735 * Modifies the GIP flags.
    17391736 *
    17401737 * @returns VBox status code.
     
    17431740 */
    17441741SUPR3DECL(int) SUPR3GipSetFlags(uint32_t fOrMask, uint32_t fAndMask);
     1742
    17451743/** @} */
    17461744#endif /* IN_RING3 */
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