2026-07-11 01:03:50 +02:00

15 lines
188 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <tactility/module.h>
#ifdef __cplusplus
extern "C" {
#endif
extern struct Module gt911_module;
#ifdef __cplusplus
}
#endif