Syncboot/include/kernel.h

12 lines
205 B
C
Raw Normal View History

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