9#include "../sf/service.h"
20Result spsmShutdown(
bool reboot);
21Result spsmPutErrorState(
void);
void spsmExit(void)
Exit spsm.
Result spsmInitialize(void)
Initialize spsm.
Service * spsmGetServiceSession(void)
Gets the Service object for the actual spsm service session.
Service object structure.
Definition service.h:14
u32 Result
Function error code result type.
Definition types.h:44