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

void display_cpuid(device_t dev);

#endif /* CPU_PPC_CPUID_H */