Changeset 55409 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Apr 23, 2015 2:12:24 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r55401 r55409 1534 1534 #define SUP_IOCTL_TSC_READ SUP_CTL_CODE_SIZE(37, SUP_IOCTL_TSC_READ_SIZE) 1535 1535 #define SUP_IOCTL_TSC_READ_SIZE sizeof(SUPTSCREAD) 1536 #define SUP_IOCTL_TSC_READ_SIZE_IN sizeof(SUP TSCREAD)1537 #define SUP_IOCTL_TSC_READ_SIZE_OUT sizeof(SUP REQHDR)1536 #define SUP_IOCTL_TSC_READ_SIZE_IN sizeof(SUPREQHDR) 1537 #define SUP_IOCTL_TSC_READ_SIZE_OUT sizeof(SUPTSCREAD) 1538 1538 typedef struct SUPTSCREAD 1539 1539 {
Note:
See TracChangeset
for help on using the changeset viewer.