mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-13 05:19:50 +04:00
11 lines
286 B
C
11 lines
286 B
C
|
|
#pragma once
|
||
|
|
#include <stdint.h>
|
||
|
|
#include <stddef.h>
|
||
|
|
#include "felica.h"
|
||
|
|
|
||
|
|
#include <lib/toolbox/simple_array.h>
|
||
|
|
|
||
|
|
extern const SimpleArrayConfig felica_service_array_cfg;
|
||
|
|
extern const SimpleArrayConfig felica_area_array_cfg;
|
||
|
|
extern const SimpleArrayConfig felica_public_block_array_cfg;
|