blob: a5ba497c84789b0301432066e2aaa1af5601828f (
plain)
1
2
3
4
5
6
7
8
9
|
#include "PR/os_internal.h"
#include "PRinternal/piint.h"
// TODO: this comes from a header
#ident "$Revision: 1.17 $"
u32 osPiGetStatus(void) {
return IO_READ(PI_STATUS_REG);
}
|