2026-06-21 00:03:23 +02:00

17 lines
199 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
struct TouchPlaceholderConfig {
uint8_t _unused;
};
#ifdef __cplusplus
}
#endif