mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
11 lines
162 B
C
11 lines
162 B
C
#ifndef __SOC_ARM__
|
|
#define __SOC_ARM__
|
|
|
|
#include "../common/cpu.h"
|
|
#include "../common/soc.h"
|
|
#include <stdint.h>
|
|
|
|
struct system_on_chip* get_soc(void);
|
|
|
|
#endif
|