git-svn-id: svn://svn.coreboot.org/coreboot/trunk@877 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
7 lines
105 B
C
7 lines
105 B
C
#ifndef CPU_PPC_CPUID_H
|
|
#define CPU_PPC_CPUID_H
|
|
|
|
void display_cpuid(void);
|
|
|
|
#endif /* CPU_PPC_CPUID_H */
|