Files
Momentum-Firmware/applications/main/u2f/u2f_nfc.h
T
2023-01-11 19:15:06 -05:00

18 lines
223 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include "u2f.h"
typedef struct U2fNfc U2fNfc;
U2fNfc* u2f_nfc_start(U2fData* u2f_inst);
void u2f_nfc_stop(U2fNfc* u2f_hid);
#ifdef __cplusplus
}
#endif