- Timestamp:
- Jul 4, 2018 4:09:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r69111 r72889 47 47 { 48 48 /** The wait queue entry. */ 49 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1 3, 0)49 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 14) /* 4.13.0 and openSUSE */ 50 50 wait_queue_entry_t WaitQE; 51 51 #else
Note:
See TracChangeset
for help on using the changeset viewer.