setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
8 lines
137 B
C
8 lines
137 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef VIDEO_NOMODESET_H
|
|
#define VIDEO_NOMODESET_H
|
|
|
|
bool video_firmware_drivers_only(void);
|
|
|
|
#endif
|