mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 07:55:06 +00:00
17 lines
201 B
C
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
|