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

OSViContext* __osViGetCurrentContext() {
    return __osViCurr;
}