您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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