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