summaryrefslogtreecommitdiff
path: root/stage3/halt.h
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2022-10-07 16:42:35 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2022-10-07 16:42:35 +0200
commit1155e97dab101fd1215e12ff8737048b0f6bedaf (patch)
tree91ac7806d9c39593a5c6972e9fe02fa6fbb882b0 /stage3/halt.h
parentf8397815545adb7d0da36614e0065aa68453a2e4 (diff)
downloadcuddles-1155e97dab101fd1215e12ff8737048b0f6bedaf.tar.xz
Font rendering
Diffstat (limited to 'stage3/halt.h')
-rw-r--r--stage3/halt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage3/halt.h b/stage3/halt.h
index 9521dd9..b4d0d14 100644
--- a/stage3/halt.h
+++ b/stage3/halt.h
@@ -2,5 +2,6 @@
#define _HALT_H_
void halt();
+void panic(char *msg);
#endif