Changeset 85649 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 8, 2020 1:35:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r82968 r85649 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 || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 12 && CONFIG_SUSE_PATCHLEVEL >= 4 \ 53 53 || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15 54 54 wait_queue_entry_t WaitQE;
Note:
See TracChangeset
for help on using the changeset viewer.