summaryrefslogtreecommitdiffstats
path: root/pcilib/cpu.h
blob: 2b3ed804cbe0cd47625e799be5ce8ebd5d2493fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */