#ifndef SYS_FREEZE_H #define SYS_FREEZE_H #include "attributes.h" NORETURN void Freeze_CurrentThread(void); #endif