summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/io/dpgetstat.c
blob: 54dd3acd93745df94ecf5afa042e9eea9d0f5176 (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 osDpGetStatus(void) {
    return IO_READ(DPC_STATUS_REG);
}