summaryrefslogtreecommitdiff
path: root/src/libultra/io/dpsetstat.c
blob: 5b538670adc674069a9a5eddfefd13996c450ab1 (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 osDpSetStatus(u32 data) {
    IO_WRITE(DPC_STATUS_REG, data);
}