- Timestamp:
- Apr 15, 2009 8:54:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h
r8245 r18918 37 37 #include <sys/param.h> 38 38 #undef PVM 39 #include <sys/bus.h> 39 40 #include <sys/types.h> 40 41 #include <sys/errno.h> … … 53 54 #include <sys/sched.h> 54 55 #include <sys/callout.h> 56 #include <sys/cpu.h> 55 57 #include <sys/smp.h> 56 58 #include <vm/vm.h> … … 60 62 #include <vm/vm_kern.h> 61 63 #include <vm/vm_param.h> /* KERN_SUCCESS ++ */ 64 #include <vm/vm_page.h> 65 #include <sys/resourcevar.h> 62 66 63 67 /*#ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.