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

17 lines
201 B
C

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