summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/io/aigetstat.c
blob: 270b66ed15516e5609de1d2fc3eb92801b51512d (plain)
1
2
3
4
5
6
7
8
#include "PR/rcp.h"

// TODO: this comes from a header
#ident "$Revision: 1.17 $"

u32 osAiGetStatus(void) {
    return IO_READ(AI_STATUS_REG);
}