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/axs5106.h>
|
|
|
|
DEFINE_DEVICETREE(axs5106, struct Axs5106Config)
|