summaryrefslogtreecommitdiff
path: root/arm9/lib/include/SPI_pm.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-10-15 10:44:30 -0400
committerGitHub <noreply@github.com>2020-10-15 10:44:30 -0400
commite7fa21a56d7a8e12b31afdf7f1247700c56226c9 (patch)
treebb3f189674fa45677a591d5d706bd263b9b07c6c /arm9/lib/include/SPI_pm.h
parent5d7b49bfda5d50c9f80bf2780a8614fe210fbc38 (diff)
parent8845a46444d29d5c4ac491fa040c35af61a3428d (diff)
Merge pull request #291 from red031000/master
split a lot more of module 5 and arm9 CARD_pullOut
Diffstat (limited to 'arm9/lib/include/SPI_pm.h')
-rw-r--r--arm9/lib/include/SPI_pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/include/SPI_pm.h b/arm9/lib/include/SPI_pm.h
index a5957f74..95f94f24 100644
--- a/arm9/lib/include/SPI_pm.h
+++ b/arm9/lib/include/SPI_pm.h
@@ -31,7 +31,7 @@ PMLCDTarget;
void PM_GetBackLight(PMBackLightSwitch * top, PMBackLightSwitch * bottom);
void PM_GoSleepMode(PMWakeUpTrigger trigger, PMLogic logic, u16 keyPattern);
u32 PM_SetBackLight(PMLCDTarget target, PMBackLightSwitch status);
-void PM_ForceToPowerOff(void);
+u32 PM_ForceToPowerOff(void);
void PM_SetAmp(int gain);
void PM_SetAmpGain(int gain);