Atmosphere-libs/source/sm/smm_ams.h
2019-06-24 17:56:00 -07:00

19 lines
370 B
C

/**
* @file smm_ams.h
* @brief Service manager manager (sm:m) IPC wrapper for Atmosphere extensions.
* @author SciresM
* @copyright libnx Authors
*/
#pragma once
#include <switch.h>
#ifdef __cplusplus
extern "C" {
#endif
Result smManagerAtmosphereEndInitialDefers(void);
Result smManagerAtmosphereHasMitm(bool *out, const char* name);
#ifdef __cplusplus
}
#endif