[v0.98][PPC] Start PowerPC port. It just compiles but nothing is displayed

This commit is contained in:
Dr-Noob
2021-07-27 20:26:17 +02:00
parent 7afb6fd0fe
commit f4aa335af1
10 changed files with 200 additions and 10 deletions

6
src/ppc/uarch.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __UARCH__
#define __UARCH__
void free_uarch_struct(struct uarch* arch);
#endif