__osSpGetStatus.c (113B)
1 #include "libultra_internal.h" 2 #include "PR/rcp.h" 3 4 u32 __osSpGetStatus() { 5 return IO_READ(SP_STATUS_REG); 6 }