mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.98][PPC] Start PowerPC port. It just compiles but nothing is displayed
This commit is contained in:
7
src/ppc/uarch.c
Normal file
7
src/ppc/uarch.c
Normal file
@@ -0,0 +1,7 @@
|
||||
struct uarch {
|
||||
int d;
|
||||
};
|
||||
|
||||
void free_uarch_struct(struct uarch* arch) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user