]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/acpi/video.h
af6fe95fd3d004e88e0d2cafa63c682a611e687e
[karo-tx-linux.git] / include / acpi / video.h
1 #ifndef __ACPI_VIDEO_H
2 #define __ACPI_VIDEO_H
3
4 #if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)
5 extern int acpi_video_register(void);
6 extern int acpi_video_exit(void);
7 #else
8 static inline int acpi_video_register(void) { return 0; }
9 static inline void acpi_video_exit(void) { return; }
10 #endif
11
12 #endif
13