diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 3a50a34fe176..227aca77ee1e 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -164,4 +164,15 @@ struct platform_device; | |||
164 | int acpi_create_platform_device(struct acpi_device *adev, | 164 | int acpi_create_platform_device(struct acpi_device *adev, |
165 | const struct acpi_device_id *id); | 165 | const struct acpi_device_id *id); |
166 | 166 | ||
167 | /*-------------------------------------------------------------------------- | ||
168 | Video | ||
169 | -------------------------------------------------------------------------- */ | ||
170 | #if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE) | ||
171 | bool acpi_video_backlight_quirks(void); | ||
172 | bool acpi_video_verify_backlight_support(void); | ||
173 | #else | ||
174 | static inline bool acpi_video_backlight_quirks(void) { return false; } | ||
175 | static inline bool acpi_video_verify_backlight_support(void) { return false; } | ||
176 | #endif | ||
177 | |||
167 | #endif /* _ACPI_INTERNAL_H_ */ | 178 | #endif /* _ACPI_INTERNAL_H_ */ |