index
:
portland-os
main
old (and broken) hobby os
benji dial
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
shutdown.h
blob: 2a76e64f6ee3e52d0b2753abec7159b18ddff33e (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef SHUTDOWN_H
#define SHUTDOWN_H
void
shutdown
()
__attribute__
((
noreturn
));
#endif