summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/debug/osint_debug.h
blob: 6d644f2f42bfe992e65f9b7f2bb75a6a6616b44d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "PR/os_internal.h"

extern s32 __osThprofFlag;
extern void (*__osThprofFunc)(OSThread*);
extern u32 __osThprofLastTimer;
extern u32 __osThprofCount;
extern __OSThreadprofile_s thprof[];
extern u64 __osThprofHeap[];
extern void* __osThprofStack;

void osThreadProfileCallback(OSThread*);