Files
c_soft/riscv_cpu/timer.h

10 lines
95 B
C

#ifndef timer_h__
#define timer_h__
#include "riscv.h"
const device_t* timer_dev();
#endif