16 lines
242 B
C
16 lines
242 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <drivers/aw9523b.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DEFINE_DEVICETREE(aw9523b, struct Aw9523bConfig)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|