summaryrefslogtreecommitdiff
path: root/src/libultra_code_O2/osAiGetLength.c
blob: 90be706cbc69e2ce62f591af40ff6a2f62e1989e (plain)
1
2
3
4
5
#include "global.h"

u32 osAiGetLength() {
    return HW_REG(AI_LEN_REG, u32);
}