8 lines
170 B
C
8 lines
170 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <drivers/hx8357.h>
|
|
|
|
DEFINE_DEVICETREE(hx8357, struct Hx8357Config)
|