mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v0.88][ARM] Add very basic SoC detection (Android only)
This commit is contained in:
10
src/arm/soc.h
Normal file
10
src/arm/soc.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __SOC__
|
||||
#define __SOC__
|
||||
|
||||
struct system_on_chip {
|
||||
char* raw_name;
|
||||
};
|
||||
|
||||
struct system_on_chip* get_soc();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user