xx
This commit is contained in:
parent
6eae1be755
commit
efecbee7c0
1
defs.h
1
defs.h
|
@ -174,6 +174,7 @@ void usertrapret(void);
|
||||||
void uartinit(void);
|
void uartinit(void);
|
||||||
void uartintr(void);
|
void uartintr(void);
|
||||||
void uartputc(int);
|
void uartputc(int);
|
||||||
|
int uartgetc(void);
|
||||||
|
|
||||||
// vm.c
|
// vm.c
|
||||||
void kvminit(void);
|
void kvminit(void);
|
||||||
|
|
Loading…
Reference in a new issue