mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
b1a50c2d1b
* 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
8 lines
98 B
C
8 lines
98 B
C
#ifndef PR_RDP_H
|
|
#define PR_RDP_H
|
|
|
|
u32 osDpGetStatus(void);
|
|
void osDpSetStatus(u32 data);
|
|
|
|
#endif
|