mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 07:55:06 +00:00
8 lines
203 B
C
8 lines
203 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <tactility/drivers/gpio_backlight.h>
|
|
|
|
DEFINE_DEVICETREE(gpio_backlight, struct GpioBacklightConfig)
|