mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
13 lines
220 B
C
13 lines
220 B
C
#ifndef __UDEV_RISCV__
|
|
#define __UDEV_RISCV__
|
|
|
|
#include "../common/udev.h"
|
|
|
|
#define UNKNOWN -1
|
|
|
|
char* get_hardware_from_devtree(void);
|
|
char* get_uarch_from_cpuinfo(void);
|
|
char* get_extensions_from_cpuinfo(void);
|
|
|
|
#endif
|