mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
14 lines
158 B
C
14 lines
158 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "nfc_device_base_i.h"
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
extern const NfcDeviceBase* nfc_devices[];
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|