diff options
Diffstat (limited to 'pcilib/cpu.h')
-rw-r--r-- | pcilib/cpu.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pcilib/cpu.h b/pcilib/cpu.h new file mode 100644 index 0000000..2b3ed80 --- /dev/null +++ b/pcilib/cpu.h @@ -0,0 +1,17 @@ +#ifndef _PCILIB_CPU_H +#define _PCILIB_CPU_H + +#ifdef __cplusplus +extern "C" { +#endif + +int pcilib_get_page_mask(); +int pcilib_get_cpu_count(); +int pcilib_get_cpu_gen(); + +#ifdef __cplusplus +} +#endif + + +#endif /* _PCILIB_CPU_H */ |