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

17 lines
201 B
C

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