mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.92][ARM] Print ACII art based on SoC instead of CPU vendor. Add snapdragon ASCII art. Refactor printer to save some lines of code
This commit is contained in:
@@ -33,13 +33,6 @@ enum {
|
||||
HV_VENDOR_INVALID
|
||||
};
|
||||
|
||||
enum {
|
||||
SOC_VENDOR_QUALCOMM,
|
||||
SOC_VENDOR_HUAWUEI,
|
||||
SOC_VENDOR_SAMSUNG,
|
||||
SOC_VENDOR_UNKNOWN
|
||||
};
|
||||
|
||||
#define UNKNOWN_FREQ -1
|
||||
#define CPU_NAME_MAX_LENGTH 64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user