Files
cpufetch/src/riscv/udev.h
2023-04-12 18:55:56 +02:00

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