summaryrefslogtreecommitdiff
path: root/kernel/include/panic.h
blob: 23b02f4c21a996a40220fb37fa99b8a0b7d75307 (plain)
1
2
3
4
5
6
#ifndef PANIC_H
#define PANIC_H

__attribute__((noreturn)) void panic(void);

#endif