Changeset 19672 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- May 13, 2009 6:30:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r19394 r19672 188 188 * and renaming the related IOCtls too. 189 189 */ 190 #define SUPDRV_IOC_VERSION 0x000 b0001190 #define SUPDRV_IOC_VERSION 0x000c0001 191 191 192 192 /** SUP_IOCTL_COOKIE. */ … … 232 232 * @{ 233 233 */ 234 #define SUP_IOCTL_QUERY_FUNCS(cFuncs) SUP_CTL_CODE_ SIZE(2, SUP_IOCTL_QUERY_FUNCS_SIZE(cFuncs))234 #define SUP_IOCTL_QUERY_FUNCS(cFuncs) SUP_CTL_CODE_BIG(2) 235 235 #define SUP_IOCTL_QUERY_FUNCS_SIZE(cFuncs) RT_UOFFSETOF(SUPQUERYFUNCS, u.Out.aFunctions[(cFuncs)]) 236 236 #define SUP_IOCTL_QUERY_FUNCS_SIZE_IN sizeof(SUPREQHDR)
Note:
See TracChangeset
for help on using the changeset viewer.