summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/io/spgetstat.c
blob: 0cdfda699c1bbd62953dfa2456aad7f5e3b02c6b (plain)
1
2
3
4
5
6
7
8
9
#include "PR/os_internal.h"
#include "PR/rcp.h"

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

u32 __osSpGetStatus() {
    return IO_READ(SP_STATUS_REG);
}