mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
14 lines
173 B
C
14 lines
173 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <nfc/protocols/nfc_poller_base.h>
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
extern const NfcPollerBase nfc_poller_felica;
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|