blob: 2e468bacca5302e0ca9977e88f3704ad215665b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef APOS_RISCV_TIMER_H
#define APOS_RISCV_TIMER_H
/**
* @file timer.h
* riscv64 timer header, currently empty but kept around for forwards
* compatibility.
*/
#endif /* APOS_RISCV_TIMER_H */
|