mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 07:55:06 +00:00
13 lines
169 B
C
13 lines
169 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern struct Module gps_generic_module;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|