VirtualBox

Ignore:
Timestamp:
Oct 12, 2015 12:54:23 PM (9 years ago)
Author:
vboxsync
Message:

VBoxGuestLib: Removed misunderstood common/VBoxGuestLib/VBoxGuestR0LibCrOgl.h moving the function prototypes into VBoxGuestLib.h where they belong, after correcting the prefix. Did some more positive thinking excercises.

File:
1 edited

Legend:

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

    r58178 r58181  
    339339/** @} */
    340340
     341/** @name Undocumented helpers for talking to the Chromium OpenGL Host Service
     342 * @{ */
     343typedef VBGLHGCMHANDLE HVBOXCRCTL;
     344DECLVBGL(int) VbglR0CrCtlCreate(HVBOXCRCTL *phCtl);
     345DECLVBGL(int) VbglR0CrCtlDestroy(HVBOXCRCTL hCtl);
     346DECLVBGL(int) VbglR0CrCtlConConnect(HVBOXCRCTL hCtl, uint32_t *pu32ClientID);
     347DECLVBGL(int) VbglR0CrCtlConDisconnect(HVBOXCRCTL hCtl, uint32_t u32ClientID);
     348DECLVBGL(int) VbglR0CrCtlConCall(HVBOXCRCTL hCtl, struct VBoxGuestHGCMCallInfo *pCallInfo, int cbCallInfo);
     349DECLVBGL(int) VbglR0CrCtlConCallUserData(HVBOXCRCTL hCtl, struct VBoxGuestHGCMCallInfo *pCallInfo, int cbCallInfo);
     350/** @} */
     351
    341352#  endif /* !VBGL_VBOXGUEST */
    342353
     
    398409
    399410#endif /* IN_RING0 && !IN_RING0_AGNOSTIC */
     411
    400412/** @} */
    401413
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