summaryrefslogtreecommitdiff
path: root/include/kernel/panic.h
blob: 529702b8fb1738b87df6e25530a197afcd0c7239 (plain)
1
2
3
4
5
6
#ifndef KERNEL_PANIC_H
#define KERNEL_PANIC_H

void panic(const char *str);

#endif