1 2 3 4 5 6 7
#ifndef PR_RDP_H #define PR_RDP_H u32 osDpGetStatus(void); void osDpSetStatus(u32 data); #endif