Decoupling Architectural-specific Code (#35)
[lunaix-os.git] / lunaix-os / includes / lunaix / failsafe.h
1 #ifndef __LUNAIX_FAILSAFE_H
2 #define __LUNAIX_FAILSAFE_H
3
4 #include <sys/failsafe.h>
5
6 void
7 do_failsafe_unrecoverable(ptr_t frame_link, ptr_t stack_link);
8
9 #endif /* __LUNAIX_FAILSAFE_H */