repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
acpi
/
video.h
blob
f0275bb79ce40813591e33333658c5dd0b7ed2f3
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