summaryrefslogtreecommitdiff
path: root/src/kernel/panic.h
blob: 8972814295cb002717c5c9612f801f9bcc4f257e (plain) (blame)
1
2
3
4
#include <stdint.h>

void panic(uint8_t *message) __attribute__ ((noreturn));
void halt() __attribute__ ((noreturn));