mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v0.98][PPC] Start PowerPC port. It just compiles but nothing is displayed
This commit is contained in:
9
src/ppc/ppc.h
Normal file
9
src/ppc/ppc.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __POWERPC__
|
||||
#define __POWERPC__
|
||||
|
||||
#include "../common/cpu.h"
|
||||
|
||||
struct cpuInfo* get_cpu_info();
|
||||
void print_debug(struct cpuInfo* cpu);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user