xref: /linux/include/video/nomodeset.h (revision da8e05f84a11c3cc3b0ba0a3c62d20e358002d99)
1 /* SPDX-License-Identifier: MIT */
2 
3 #ifndef VIDEO_NOMODESET_H
4 #define VIDEO_NOMODESET_H
5 
6 bool video_firmware_drivers_only(void);
7 
8 #endif
9