summaryrefslogtreecommitdiff
path: root/src/libultra_boot_O2/osPiGetCmdQueue.c
blob: 159c4237830733baeb90bf768d82708a94e86dd3 (plain)
1
2
3
4
5
6
7
8
9
#include <global.h>

OSMesgQueue* osPiGetCmdQueue()
{
    if (!__osPiDevMgr.initialized)
        return NULL;

    return __osPiDevMgr.cmdQueue;
}