aboutsummaryrefslogtreecommitdiff
path: root/src/protocol_18/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol_18/functions.h')
-rw-r--r--src/protocol_18/functions.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/protocol_18/functions.h b/src/protocol_18/functions.h
new file mode 100644
index 0000000..1f15dcc
--- /dev/null
+++ b/src/protocol_18/functions.h
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: BSD-3-Clause
+
+#ifndef INVERTER_TOOLS_P18_FUNCTIONS_H
+#define INVERTER_TOOLS_P18_FUNCTIONS_H
+
+namespace p18 {
+
+bool is_valid_parallel_id(unsigned id);
+
+}
+
+#endif //INVERTER_TOOLS_P18_FUNCTIONS_H