Files
Tharo b1a50c2d1b Handwritten asm: exceptasm, get/setintmask (#1819)
* Handwritten asm: exceptasm, get/setintmask

* Fix maybe

* Update warnings

* Remove .global from jlabel

* Move os_internal_rsp inclusion to os.h

* Make HWINT_* defins consistent
2025-08-16 08:50:16 -04:00

8 lines
98 B
C

#ifndef PR_RDP_H
#define PR_RDP_H
u32 osDpGetStatus(void);
void osDpSetStatus(u32 data);
#endif