refactor(kernel): change sbiret struct name
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#ifndef RIVOS_KERNEL_H
|
||||
#define RIVOS_KERNEL_H
|
||||
|
||||
typedef struct sbiret_s {
|
||||
typedef struct sbiret {
|
||||
long error;
|
||||
long value;
|
||||
} sbiret_s;
|
||||
|
||||
void kputchar(char ch);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user