mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-05 09:28:43 +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);
|