#ifndef RIVOS_KERNEL_H #define RIVOS_KERNEL_H typedef struct sbiret_s { long error; long value; } sbiret_s; #endif