summaryrefslogtreecommitdiffstats
path: root/isys/smp.h
blob: f16938ac743c0f13237b197b94fbfbac79718809 (plain)
1
2
3
4
5
6
7
8
#ifndef SMP_H
#define SMP_H

int detectSMP(void);
int detectHT(void);
int detectSummit(void);

#endif /* SMP_H */