[v1.05] Kunpeng tests

This commit is contained in:
Dr-Noob
2024-02-08 09:20:38 +01:00
parent b610dc8c7d
commit 7e71cf1eb9
14 changed files with 171 additions and 97 deletions

View File

@@ -5,6 +5,6 @@
#include "../common/soc.h"
#include <stdint.h>
struct system_on_chip* get_soc(void);
struct system_on_chip* get_soc(struct cpuInfo* cpu);
#endif