Changeset 80433 in vbox for trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
- Timestamp:
- Aug 26, 2019 6:28:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r79025 r80433 50 50 /** The wait queue entry. */ 51 51 #if LINUX_VERSION_CODE > KERNEL_VERSION(4, 13, 0) \ 52 || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 12 && CONFIG_SUSE_PATCHLEVEL == 4 \ 52 53 || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15 53 54 wait_queue_entry_t WaitQE;
Note:
See TracChangeset
for help on using the changeset viewer.