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