[v0.11] Print available more information for iGPU

This commit is contained in:
Dr-Noob
2021-11-27 11:22:16 +01:00
parent 8db60b614d
commit b00050e739
7 changed files with 49 additions and 29 deletions

View File

@@ -7,5 +7,6 @@ struct uarch;
struct uarch* get_uarch_from_pci(struct pci* pci);
char* get_name_from_uarch(struct uarch* arch);
const char* get_str_uarch(struct uarch* arch);
#endif