mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
7 lines
277 B
C
7 lines
277 B
C
Result smInitialize(void);
|
|
void smExit(void);
|
|
Result smGetService(Handle* handle_out, const char* name);
|
|
Result smRegisterService(Handle* handle_out, const char* name, bool is_light, int max_sessions);
|
|
Result smUnregisterService(const char* name);
|
|
bool smHasInitialized(void);
|