mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
8 lines
173 B
C
8 lines
173 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <drivers/tca8418.h>
|
|
|
|
DEFINE_DEVICETREE(tca8418, struct Tca8418Config)
|