Changeset 26556 in vbox for trunk/include/VBox/HGSMI
- Timestamp:
- Feb 15, 2010 10:10:11 PM (15 years ago)
- Location:
- trunk/include/VBox/HGSMI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HGSMI/HGSMI.h
r25062 r26556 258 258 void HGSMIAreaClear (HGSMIAREA *pArea); 259 259 260 DECLINLINE(bool) HGSMIAreaContainsOffset(HGSMIAREA *pArea, HGSMIOFFSET offSet) 261 { 262 return pArea->offBase <= offSet && pArea->offBase + pArea->cbArea < offSet; 263 } 264 260 265 HGSMIOFFSET HGSMIBufferInitializeSingle (const HGSMIAREA *pArea, 261 266 HGSMIBUFFERHEADER *pHeader, -
trunk/include/VBox/HGSMI/HGSMIChSetup.h
r22652 r26556 50 50 #define HGSMIHOSTFLAGS_COMMANDS_PENDING 0x1 51 51 #define HGSMIHOSTFLAGS_IRQ 0x2 52 #ifdef VBOXVDMA 53 /* one or more guest commands is completed */ 54 # define HGSMIHOSTFLAGS_GCOMMAND_COMPLETED 0x4 55 #endif 52 56 53 57 typedef struct _HGSMIHOSTFLAGS
Note:
See TracChangeset
for help on using the changeset viewer.