[v0.91][ARM] Print manufacturing process from SoC information

This commit is contained in:
Dr-Noob
2020-11-26 10:51:44 +01:00
parent 20dbc3be27
commit 4c36e4c5e5
6 changed files with 19 additions and 9 deletions

View File

@@ -7,7 +7,6 @@
struct uarch* get_uarch_from_midr(uint32_t midr, struct cpuInfo* cpu);
char* get_str_uarch(struct cpuInfo* cpu);
char* get_str_process(struct cpuInfo* cpu);
void free_uarch_struct(struct uarch* arch);
#endif