15 lines
189 B
C
15 lines
189 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/module.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern struct Module xl9555_module;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|