Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f561d3b authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: dummy placeholder for acpi/reboot.h



dummy placeholder for acpi/reboot.h

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 634e4972
Loading
Loading
Loading
Loading

include/acpi/reboot.h

0 → 100644
+9 −0
Original line number Diff line number Diff line

/*
 * 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