nomodeset.h 137 B

12345678
  1. /* SPDX-License-Identifier: MIT */
  2. #ifndef VIDEO_NOMODESET_H
  3. #define VIDEO_NOMODESET_H
  4. bool video_firmware_drivers_only(void);
  5. #endif