X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bffa3430fbbaaad29bec0b5bee9c1f0bfc7fd068..34f6af4f61e0eec9c96113e07f140b609b4113c8:/lunaix-os/arch/generic/includes/sys/failsafe.h?ds=sidebyside diff --git a/lunaix-os/arch/generic/includes/sys/failsafe.h b/lunaix-os/arch/generic/includes/sys/failsafe.h deleted file mode 100644 index 26020cd..0000000 --- a/lunaix-os/arch/generic/includes/sys/failsafe.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef __LUNAIX_FAILSAFE_H -#define __LUNAIX_FAILSAFE_H - -#define STACK_SANITY 0xbeefc0de - -#ifndef __ASM__ - -#include - -static inline bool -check_bootstack_sanity() -{ - return true; -} - -static inline void must_inline noret -failsafe_diagnostic() { - unreachable; -} - -#endif - -#endif /* __LUNAIX_FAILSAFE_H */