interrupts, timer, keyboard, segments, lots of kernel code
[bootcensus] / src / panic.h
diff --git a/src/panic.h b/src/panic.h
new file mode 100644 (file)
index 0000000..fbf5fa1
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef PANIC_H_
+#define PANIC_H_
+
+void panic(const char *fmt, ...);
+
+#endif /* PANIC_H_ */