Changeset 85701 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 11, 2020 5:46:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
r85698 r85701 49 49 { 50 50 /** The wait queue entry. */ 51 #if LINUX_VERSION_CODE > KERNEL_VERSION(4, 13, 0) \ 52 || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 12 && CONFIG_SUSE_PATCHLEVEL >= 4 \ 53 || defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15 51 #if RTLNX_VER_MIN(4,13,0) || RTLNX_SUSE_MAJ_PREREQ(12, 4) || RTLNX_SUSE_MAJ_PREREQ(15, 0) 54 52 wait_queue_entry_t WaitQE; 55 53 #else
Note:
See TracChangeset
for help on using the changeset viewer.