Changeset 70460 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Jan 4, 2018 4:56:53 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120068
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r69111 r70460 101 101 #include <linux/time.h> 102 102 #include <linux/sched.h> 103 104 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 23) && \ 105 LINUX_VERSION_CODE < KERNEL_VERSION(3, 9, 31) 106 #include <linux/splice.h> 107 #endif 108 103 109 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0) 104 110 # include <linux/sched/rt.h>
Note:
See TracChangeset
for help on using the changeset viewer.