index
:
mykernel64
master
SMP x86_64 kernel
Aleksa Vuckovic
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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