summaryrefslogtreecommitdiff
path: root/mm/include/PR/os_internal_error.h
blob: db2c8b981784fd166497f7e31e5b7e47d27cc217 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PR_OS_INTERNAL_ERROR_H
#define PR_OS_INTERNAL_ERROR_H

#include "os_thread.h"


OSThread* __osGetCurrFaultedThread(void);

#endif