nexus-am/am/include/arch/riscv64-nutshell.h

10 lines
88 B
C

#ifndef __ARCH_H__
struct _Context {
uintptr_t dummy;
};
#define GPRx dummy
#endif