summaryrefslogtreecommitdiff
path: root/soh/src/libultra/io/aigetlen.c
blob: 58d8db4875a8db9b08ccff1bb7cb7eb6ca9b07b1 (plain)
1
2
3
4
5
#include "global.h"

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