Changeset 10252 in vbox
- Timestamp:
- Jul 4, 2008 8:14:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r10251 r10252 270 270 typedef struct SUPDRVDEVEXT *PSUPDRVDEVEXT; 271 271 272 #ifdef RT_OS_LINUX273 # ifdef VBOX_HRTIMER274 typedef struct hrtimer VBOXKTIMER;275 # else276 typedef struct timer_list VBOXKTIMER;277 # endif278 typedef VBOXKTIMER *PVBOXKTIMER;279 #endif280 281 272 #ifdef VBOX_WITH_IDT_PATCHING 282 273
Note:
See TracChangeset
for help on using the changeset viewer.