2020-03-12 13:51:13 +11:00
|
|
|
#pragma once
|
|
|
|
#include <wut.h>
|
|
|
|
#include <nn/acp/result.h>
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \defgroup nn_acp_device
|
|
|
|
* \ingroup nn_acp
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
|
2020-04-30 16:03:22 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2020-03-12 13:51:13 +11:00
|
|
|
typedef int32_t ACPDeviceType;
|
|
|
|
|
|
|
|
ACPResult
|
|
|
|
ACPCheckApplicationDeviceEmulation(BOOL* emulation);
|
|
|
|
|
2020-04-30 16:03:22 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2020-03-12 13:51:13 +11:00
|
|
|
/** @} */
|