cpu.h 225 B

1234567891011121314151617
  1. #ifndef _PCILIB_CPU_H
  2. #define _PCILIB_CPU_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int pcilib_get_page_mask();
  7. int pcilib_get_cpu_count();
  8. int pcilib_get_cpu_gen();
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif /* _PCILIB_CPU_H */