#ifndef KERNEL_H_ #define KERNEL_H_ typedef struct { long error; long value; } sbiret; #endif // KERNEL_H_