mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-02 17:29:14 +00:00
15 lines
200 B
C
15 lines
200 B
C
|
#pragma once
|
||
|
|
||
|
#include "nfc_poller_base.h"
|
||
|
#include "nfc_protocol.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern const NfcPollerBase* nfc_pollers_api[NfcProtocolNum];
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|