summaryrefslogtreecommitdiff
path: root/include/librfu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfu.h')
-rw-r--r--include/librfu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/librfu.h b/include/librfu.h
index dbc8a41a6..0cf781d73 100644
--- a/include/librfu.h
+++ b/include/librfu.h
@@ -106,3 +106,5 @@ struct RfuIntrStruct
extern struct RfuStruct *gRfuState;
void STWI_init_all(struct RfuIntrStruct *interruptStruct, IntrFunc *interrupt, bool8 copyInterruptToRam);
+void rfu_REQ_stopMode(void);
+void rfu_waitREQComplete(void);