mm/include/PR/os_internal_error.h

10 lines
138 B
C

#ifndef PR_OS_INTERNAL_ERROR_H
#define PR_OS_INTERNAL_ERROR_H
#include "os_thread.h"
OSThread* __osGetCurrFaultedThread(void);
#endif