VirtualBox

Changeset 3251 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 24, 2007 1:58:57 AM (18 years ago)
Author:
vboxsync
Message:

Virgin (untested) timesync service code.

File:
1 edited

Legend:

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

    r3241 r3251  
    12741274/** @} */
    12751275
     1276
     1277#ifdef IN_RING3
     1278
     1279/** @def VBGLR3DECL
     1280 * Ring 3 VBGL declaration.
     1281 * @param   type    The return type of the function declaration.
     1282 */
     1283#define VBGLR3DECL(type) VBOXCALL type
     1284
     1285__BEGIN_DECLS
     1286VBGLR3DECL(int)     VbglR3Init(void);
     1287VBGLR3DECL(void)    VbglR3Term(void);
     1288VBGLR3DECL(int)     VbglR3GRPerform(VMMDevRequestHeader *pReq);
     1289# ifdef __iprt_time_h__
     1290VBGLR3DECL(int)     VbglR3GetHostTime(PRTTIMESPEC pTime);
     1291# endif
     1292
     1293__END_DECLS
     1294
     1295#endif /* IN_RING3 */
     1296
    12761297#endif /* __VBox_VBoxGuest_h__ */
Note: See TracChangeset for help on using the changeset viewer.

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