summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/os/getactivequeue.c
blob: f2fdf5fbb0e136585dbbb2aa574c2d2014af7d3b (plain)
1
2
3
4
5
6
#include "PR/os_internal.h"
#include "PRinternal/osint.h"

OSThread* __osGetActiveQueue(void) {
    return __osActiveQueue;
}