help gcc
This commit is contained in:
parent
95c07f8267
commit
c65e499f3b
1 changed files with 1 additions and 1 deletions
2
defs.h
2
defs.h
|
@ -6,7 +6,7 @@ void kinit(void);
|
|||
// console.c
|
||||
void console_init(void);
|
||||
void cprintf(char*, ...);
|
||||
void panic(char*);
|
||||
void panic(char*) __attribute__((noreturn));
|
||||
void kbd_intr(void);
|
||||
|
||||
// proc.c
|
||||
|
|
Loading…
Reference in a new issue