VirtualBox

Changeset 26556 in vbox for trunk/include/VBox/HGSMI


Ignore:
Timestamp:
Feb 15, 2010 10:10:11 PM (15 years ago)
Author:
vboxsync
Message:

wddm: more impl

Location:
trunk/include/VBox/HGSMI
Files:
2 edited

Legend:

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

    r25062 r26556  
    258258void HGSMIAreaClear (HGSMIAREA *pArea);
    259259
     260DECLINLINE(bool) HGSMIAreaContainsOffset(HGSMIAREA *pArea, HGSMIOFFSET offSet)
     261{
     262    return pArea->offBase <= offSet && pArea->offBase + pArea->cbArea < offSet;
     263}
     264
    260265HGSMIOFFSET HGSMIBufferInitializeSingle (const HGSMIAREA *pArea,
    261266                                         HGSMIBUFFERHEADER *pHeader,
  • trunk/include/VBox/HGSMI/HGSMIChSetup.h

    r22652 r26556  
    5050#define HGSMIHOSTFLAGS_COMMANDS_PENDING 0x1
    5151#define HGSMIHOSTFLAGS_IRQ              0x2
     52#ifdef VBOXVDMA
     53/* one or more guest commands is completed */
     54# define HGSMIHOSTFLAGS_GCOMMAND_COMPLETED 0x4
     55#endif
    5256
    5357typedef struct _HGSMIHOSTFLAGS
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