projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
[firefly-linux-kernel-4.4.55.git]
/
include
/
acpi
/
reboot.h
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