reboot.h 207 B

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