projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6]
/
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
#else
7
static inline int acpi_video_register(void) { return 0; }
8
#endif
9
10
#endif
11