1#include "libultra_internal.h" 2#include "hardware.h" 3 4void __osSpSetStatus(u32 status) { 5 HW_REG(SP_STATUS_REG, u32) = status; 6} 7 8