12 lines
205 B
C
12 lines
205 B
C
|
/************************
|
||
|
*** Team Kitty, 2019 ***
|
||
|
*** ProjectRED ***
|
||
|
***********************/
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include <stddef.h>
|
||
|
#include <kernel/tty.h>
|
||
|
|
||
|
void panic(char*);
|
||
|
|
||
|
void gdb_end();
|