home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / acpi / video.h < prev   
Encoding:
C/C++ Source or Header  |  2009-09-09  |  233 b   |  12 lines

  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. #else
  7. static inline int acpi_video_register(void) { return 0; }
  8. #endif
  9.  
  10. #endif
  11.  
  12.