[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

@@ -21,5 +21,6 @@ struct system_on_chip {
struct system_on_chip* get_soc();
char* get_soc_name(struct system_on_chip* soc);
char* get_str_process(struct system_on_chip* soc);
#endif