mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 17:23:25 +00:00
6 lines
96 B
C
6 lines
96 B
C
|
#pragma once
|
||
|
|
||
|
#include "nfc_supported_card.h"
|
||
|
|
||
|
bool opal_parser_parse(NfcDeviceData* dev_data);
|