summaryrefslogtreecommitdiff
path: root/Centaur/centaur.h
blob: bb47c5d47f235051cb81f82b639be2dd3a458331 (plain)
1
2
3
4
5
6
#ifndef _CENTAUR_H
#define _CENTAUR_H
void dump_C3_MSR (struct cpudata *cpu);
void decode_longhaul(struct cpudata *cpu);
void decode_powersaver(struct cpudata *cpu);
#endif /* _CENTAUR_H */