You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bios_nap.h 217B

12345678910111213141516
  1. #ifndef _GPXE_BIOS_NAP_H
  2. #define _GPXE_BIOS_NAP_H
  3. /** @file
  4. *
  5. * BIOS CPU sleeping
  6. *
  7. */
  8. #ifdef NAP_PCBIOS
  9. #define NAP_PREFIX_pcbios
  10. #else
  11. #define NAP_PREFIX_pcbios __pcbios_
  12. #endif
  13. #endif /* _GPXE_BIOS_NAP_H */