lpac/driver/apdu/uqmi.h
septs 54f80570e1
feat(driver): add uqmi backend (#316)
Co-authored-by: Coelacanthus <uwu@coelacanthus.name>
2025-09-26 00:36:45 +08:00

7 lines
196 B
C

// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: 2024 David Bauer <david.bauer@uniberg.com>
#pragma once
#include <driver.private.h>
extern const struct euicc_driver driver_apdu_uqmi;