|
Software APIs
|
Go to the documentation of this file.
5 #ifndef OPENTITAN_SW_DEVICE_LIB_RUNTIME_HART_H_
6 #define OPENTITAN_SW_DEVICE_LIB_RUNTIME_HART_H_
28 #ifdef OT_PLATFORM_RV32
37 #ifdef OT_PLATFORM_RV32
38 asm volatile(
"fence.i");
54 noreturn
void abort(
void);
56 #endif // OPENTITAN_SW_DEVICE_LIB_RUNTIME_HART_H_