mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 12:05:09 -05:00
6 lines
90 B
C
6 lines
90 B
C
|
#include "global.h"
|
||
|
|
||
|
u32 __osSpGetStatus(void) {
|
||
|
return HW_REG(SP_STATUS_REG, u32);
|
||
|
}
|