summaryrefslogblamecommitdiffstats
path: root/include/acpi/video.h
blob: af6fe95fd3d004e88e0d2cafa63c682a611e687e (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                   
                                 

                                                         
                                                    



      
#ifndef __ACPI_VIDEO_H
#define __ACPI_VIDEO_H

#if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)
extern int acpi_video_register(void);
extern int acpi_video_exit(void);
#else
static inline int acpi_video_register(void) { return 0; }
static inline void acpi_video_exit(void) { return; }
#endif

#endif