Files
oot/include/sys_freeze.h
T
2026-02-18 12:36:07 +01:00

9 lines
118 B
C

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