riscv-pke/kernel/strap.h

7 lines
76 B
C

#ifndef _STRAP_H_
#define _STRAP_H_
void smode_trap_handler(void);
#endif