Merge pull request #1201 from richardg867/master

CPU table amendments
This commit is contained in:
Miran Grča
2021-01-02 03:17:44 +01:00
committed by GitHub
4 changed files with 77 additions and 61 deletions

View File

@@ -155,7 +155,7 @@ typedef struct {
typedef struct {
const uint32_t package;
const char *manufacturer;
const char *name;
const char *name;
const char *internal_name;
const CPU *cpus;
} cpu_family_t;