mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v1.03][RISCV] Add basic SoC detection backend
This commit is contained in:
10
src/riscv/udev.h
Normal file
10
src/riscv/udev.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __UDEV_RISCV__
|
||||
#define __UDEV_RISCV__
|
||||
|
||||
#include "../common/udev.h"
|
||||
|
||||
#define UNKNOWN -1
|
||||
|
||||
char* get_hardware_from_devtree(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user