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
[ARM] 5177/1: arm/mach-sa1100/Makefile: remove CONFIG_SA1100_USB
[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