abstract-machine/am/include/arch/spike.h
2021-08-03 20:12:28 +08:00

7 lines
63 B
C

#ifndef ARCH_H__
#define ARCH_H__
struct Context {
};
#endif