11 lines
148 B
C
11 lines
148 B
C
#ifndef INCLUDED_CPU_H
|
|
#define INCLUDED_CPU_H
|
|
|
|
#ifndef INCLUDED_RISCV_H
|
|
#include <riscv.h>
|
|
#endif /*INCLUDED_RISCV_H*/
|
|
|
|
|
|
|
|
#endif /*INCLUDED_CPU_H*/
|