xref: /openbmc/linux/include/acpi/reboot.h (revision 5f561d3be8f0db54f9b4fc5cb5db05343f372431)
1*5f561d3bSIngo Molnar 
2*5f561d3bSIngo Molnar /*
3*5f561d3bSIngo Molnar  * Dummy placeholder to make the EFI patches apply to the x86 tree.
4*5f561d3bSIngo Molnar  * Andrew/Len, please just kill this file if you encounter it.
5*5f561d3bSIngo Molnar  */
6*5f561d3bSIngo Molnar #ifndef acpi_reboot
7*5f561d3bSIngo Molnar # define acpi_reboot() do { } while (0)
8*5f561d3bSIngo Molnar #endif
9*5f561d3bSIngo Molnar 
10