wut/include/sysapp/switch.h

37 lines
407 B
C
Raw Normal View History

2016-07-25 04:06:36 +02:00
#pragma once
#include <wut.h>
/**
* \defgroup sysapp_switch SYSAPP Switch
* \ingroup sysapp
* @{
*/
#ifdef __cplusplus
extern "C" {
2016-07-25 04:06:36 +02:00
#endif
//TODO
typedef void sysapp_input_struct;
void
SYSSwitchToSyncControllerOnHBM();
void
SYSSwitchToEManual();
void
SYSSwitchToEShop();
void
_SYSSwitchToMainApp();
void
SYSSwitchToBrowserForViewer(sysapp_input_struct*);
#ifdef __cplusplus
}
#endif
/** @} */