aboutsummaryrefslogtreecommitdiff
path: root/kernel/bug/include/bug/panic.h
blob: 2a3907627ea7bca89f227edab50e9e2b5c0f991a (plain) (blame)
1
2
3
4
5
6
#ifndef PANIC_H
#define PANIC_H

void panic();

#endif