summaryrefslogtreecommitdiff
path: root/src/libultra_boot_O2/__osViGetCurrentContext.c
blob: b629c77f734d83d1a2d9dbf1e01e1ed79ce0426d (plain)
1
2
3
4
5
6
#include <global.h>

OSViContext* __osViGetCurrentContext()
{
    return __osViCurr;
}