Changeset 16330 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- Timestamp:
- Jan 28, 2009 8:22:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r14338 r16330 59 59 #include <kern/sched_prim.h> 60 60 #include <kern/locks.h> 61 #include <i386/mp_events.h> 61 #if defined(RT_ARCH_X86) && MAC_OS_X_VERSION_MIN_REQUIRED < 1060 62 # include <i386/mp_events.h> 63 #endif 62 64 #include <libkern/libkern.h> 63 65 #include <mach/thread_act.h> … … 72 74 #include <IOKit/IOLib.h> 73 75 #include <IOKit/IOMemoryDescriptor.h> 76 #include <IOKit/IOBufferMemoryDescriptor.h> 74 77 #include <IOKit/IOMapper.h> 75 78
Note:
See TracChangeset
for help on using the changeset viewer.