Changeset 101029 in vbox for trunk/src/VBox/Additions/linux/drm/vbox_mode.c
- Timestamp:
- Sep 6, 2023 1:53:03 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r100800 r101029 40 40 #include <linux/export.h> 41 41 #include <drm/drm_crtc_helper.h> 42 #if RTLNX_VER_MIN(6,3,0) || RTLNX_RHEL_ MAJ_PREREQ(9,3)42 #if RTLNX_VER_MIN(6,3,0) || RTLNX_RHEL_RANGE(8,9, 8,99) || RTLNX_RHEL_MAJ_PREREQ(9,3) 43 43 # include <drm/drm_modeset_helper_vtables.h> 44 44 # include <drm/drm_modeset_helper.h>
Note:
See TracChangeset
for help on using the changeset viewer.