aboutsummaryrefslogtreecommitdiff
path: root/include/kern/panic.h
blob: aa064bf3cf4ff55b3add2318114598402d2dedb3 (plain) (blame)
1
2
3
4
5
6
#ifndef KERN_PANIC_H_
#define KERN_PANIC_H_

_Noreturn void panic(const char* fmt, ...);

#endif