https://github.com/torvalds/linux
Raw File
Tip revision: bce7f793daec3e65ec5c5705d2457b81fe7b5725 authored by Linus Torvalds on 13 July 2008, 21:51:29 UTC
Linux 2.6.26
Tip revision: bce7f79
reboot.h

/*
 * Dummy placeholder to make the EFI patches apply to the x86 tree.
 * Andrew/Len, please just kill this file if you encounter it.
 */
#ifndef acpi_reboot
# define acpi_reboot() do { } while (0)
#endif

back to top