Changeset 79025 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Jun 6, 2019 2:33:47 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r76585 r79025 49 49 { 50 50 /** The wait queue entry. */ 51 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 14) /* 4.13.0 and openSUSE */ 51 #if LINUX_VERSION_CODE > KERNEL_VERSION(4, 13, 0) \ 52 || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15 52 53 wait_queue_entry_t WaitQE; 53 54 #else
Note:
See TracChangeset
for help on using the changeset viewer.