summaryrefslogtreecommitdiff
path: root/src/include/cpu/ppc/cpuid.h
blob: 8a497dfd1115852fb1f7c0ef1038328cfed6d89a (plain)
1
2
3
4
5
6
#ifndef CPU_PPC_CPUID_H
#define CPU_PPC_CPUID_H

void display_cpuid(void);

#endif /* CPU_PPC_CPUID_H */