summaryrefslogtreecommitdiff
path: root/arm7/lib/include/PM.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/lib/include/PM.h')
-rw-r--r--arm7/lib/include/PM.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arm7/lib/include/PM.h b/arm7/lib/include/PM.h
new file mode 100644
index 00000000..136976e3
--- /dev/null
+++ b/arm7/lib/include/PM.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_PM_H
+#define GUARD_PM_H
+
+#include "nitro/types.h"
+
+void PMi_SetControl(u8 ctrl);
+void PMi_ResetControl(u8 ctrl);
+
+#endif //GUARD_PM_H