mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
16 lines
287 B
C
16 lines
287 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <tactility/drivers/pointer_placeholder.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DEFINE_DEVICETREE(pointer_placeholder, struct PointerPlaceholderConfig)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|