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.

efix86_nap.h 222B

12345678910111213141516
  1. #ifndef _GPXE_EFIX86_NAP_H
  2. #define _GPXE_EFIX86_NAP_H
  3. /** @file
  4. *
  5. * EFI CPU sleeping
  6. *
  7. */
  8. #ifdef NAP_EFIX86
  9. #define NAP_PREFIX_efix86
  10. #else
  11. #define NAP_PREFIX_efix86 __efix86_
  12. #endif
  13. #endif /* _GPXE_EFIX86_NAP_H */