Syncboot/include/kernel.h
Curle e5d8c19422 Formatting and rebranding changes.
Multiboot.h is no longer needed.
2019-07-17 15:12:48 +01:00

12 lines
205 B
C

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