Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / includes / lunaix / failsafe.h
diff --git a/lunaix-os/includes/lunaix/failsafe.h b/lunaix-os/includes/lunaix/failsafe.h
new file mode 100644 (file)
index 0000000..7c72e2f
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __LUNAIX_FAILSAFE_H
+#define __LUNAIX_FAILSAFE_H
+
+#include <sys/failsafe.h>
+
+void
+do_failsafe_unrecoverable(ptr_t frame_link, ptr_t stack_link);
+
+#endif /* __LUNAIX_FAILSAFE_H */