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

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nfc/nfc_types.h')
-rw-r--r--lib/nfc/nfc_types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/nfc/nfc_types.h b/lib/nfc/nfc_types.h
new file mode 100644
index 00000000..fb53ce7c
--- /dev/null
+++ b/lib/nfc/nfc_types.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "nfc_device.h"
+
+const char* nfc_get_dev_type(FuriHalNfcType type);
+
+const char* nfc_guess_protocol(NfcProtocol protocol);
+
+const char* nfc_mf_ul_type(MfUltralightType type, bool full_name);
+
+const char* nfc_mf_classic_type(MfClassicType type);