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

OSThread* __osGetActiveQueue(void) {
    return __osActiveQueue;
}