Ken Van Hoeylandt fb6f1c31d2 Fixes
2026-06-21 20:07:20 +02:00

15 lines
197 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <tactility/device.h>
extern const struct DeviceType SDCARD_TYPE;
#ifdef __cplusplus
}
#endif