10 lines
117 B
C
10 lines
117 B
C
#ifndef KERNEL_H_
|
|
#define KERNEL_H_
|
|
|
|
typedef struct {
|
|
long error;
|
|
long value;
|
|
} sbiret;
|
|
|
|
#endif // KERNEL_H_
|