summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/io/spsetstat.c
blob: 2ab47e080600efa90f4fa20cae30d60670c0fd5e (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 $"

void __osSpSetStatus(u32 data) {
    IO_WRITE(SP_STATUS_REG, data);
}