Ken Van Hoeylandt f086465294 Work in progress
2026-07-25 01:37:53 +02:00

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