1 #ifndef __POWERPC__
2 #define __POWERPC__
3 
4 #include "../common/cpu.h"
5 
6 struct cpuInfo* get_cpu_info();
7 char* get_str_altivec(struct cpuInfo* cpu);
8 char* get_str_topology(struct topology* topo, bool dual_socket);
9 void print_debug(struct cpuInfo* cpu);
10 
11 #endif
12