Welcome to mirror list, hosted at ThFree Co, Russian Federation.

u2f_app.h « u2f « applications - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b19e0cca635a9e414278ffc1c60d0493427ab13a (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

typedef struct U2fApp U2fApp;

#ifdef __cplusplus
}
#endif