We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c05da commit af57038Copy full SHA for af57038
include/zephyr/modem/pipelink.h
@@ -11,6 +11,10 @@
11
#ifndef ZEPHYR_MODEM_PIPELINK_
12
#define ZEPHYR_MODEM_PIPELINK_
13
14
+#ifdef __cplusplus
15
+extern "C" {
16
+#endif
17
+
18
/**
19
* @brief Modem pipelink
20
* @defgroup modem_pipelink Modem pipelink
@@ -157,4 +161,8 @@ void modem_pipelink_notify_disconnected(struct modem_pipelink *link);
157
161
158
162
/** @} */
159
163
164
165
+}
166
167
160
168
#endif /* ZEPHYR_MODEM_PIPELINK_ */
0 commit comments