Ken Van Hoeylandt 497568f85e WIP
2026-06-20 00:52:58 +02:00

15 lines
198 B
C

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