Changeset 4805 in vbox
- Timestamp:
- Sep 14, 2007 3:30:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 24507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h
r4803 r4805 501 501 */ 502 502 #define SUP_IOCTL_LOW_ALLOC SUP_CTL_CODE_BIG(10) 503 #define SUP_IOCTL_LOW_ALLOC_SIZE(cPages) ( uint32_t)RT_OFFSETOF(SUPLOWALLOC, u.Out.aPages[cPages]))503 #define SUP_IOCTL_LOW_ALLOC_SIZE(cPages) ((uint32_t)RT_OFFSETOF(SUPLOWALLOC, u.Out.aPages[cPages])) 504 504 #define SUP_IOCTL_LOW_ALLOC_SIZE_IN (sizeof(SUPREQHDR) + RT_SIZEOFMEMB(SUPLOWALLOC, u.In)) 505 505 #define SUP_IOCTL_LOW_ALLOC_SIZE_OUT(cPages) SUP_IOCTL_LOW_ALLOC_SIZE(cPages)
Note:
See TracChangeset
for help on using the changeset viewer.