summaryrefslogtreecommitdiffstats
path: root/core/divemode.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/divemode.h')
-rw-r--r--core/divemode.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/divemode.h b/core/divemode.h
new file mode 100644
index 000000000..3ea012fe6
--- /dev/null
+++ b/core/divemode.h
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
+#ifndef DIVEMODE_H
+#define DIVEMODE_H
+
+enum divemode_t {OC, CCR, PSCR, FREEDIVE, NUM_DIVEMODE, UNDEF_COMP_TYPE}; // Flags (Open-circuit and Closed-circuit-rebreather) for setting dive computer type
+
+#endif