summaryrefslogtreecommitdiffstats
path: root/include/video/nomodeset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/nomodeset.h')
-rw-r--r--include/video/nomodeset.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/video/nomodeset.h b/include/video/nomodeset.h
new file mode 100644
index 000000000..8f8688b8b
--- /dev/null
+++ b/include/video/nomodeset.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: MIT */
+
+#ifndef VIDEO_NOMODESET_H
+#define VIDEO_NOMODESET_H
+
+bool video_firmware_drivers_only(void);
+
+#endif