repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
include
/
acpi
/
reboot.h
blob
8857f57e0b7804d0e931c8d05876913b09b052a0
1
2
/*
3
* Dummy placeholder to make the EFI patches apply to the x86 tree.
4
* Andrew/Len, please just kill this file if you encounter it.
5
*/
6
#ifndef acpi_reboot
7
# define acpi_reboot() do { } while (0)
8
#endif
9