repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6/mini2440.git]
/
include
/
acpi
/
reboot.h
blob
0419184ce8867664164de63b2a232da985af718f
1
#ifndef __ACPI_REBOOT_H
2
#define __ACPI_REBOOT_H
3
4
#ifdef CONFIG_ACPI
5
extern
void
acpi_reboot
(
void
);
6
#else
7
static
inline
void
acpi_reboot
(
void
) { }
8
#endif
9
10
#endif
11