aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/hw_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-oc2g/hw_misc.h')
-rw-r--r--src/osmo-bts-oc2g/hw_misc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/osmo-bts-oc2g/hw_misc.h b/src/osmo-bts-oc2g/hw_misc.h
new file mode 100644
index 00000000..b8f3332a
--- /dev/null
+++ b/src/osmo-bts-oc2g/hw_misc.h
@@ -0,0 +1,13 @@
+#ifndef _HW_MISC_H
+#define _HW_MISC_H
+
+enum oc2gbts_led_color {
+ LED_OFF,
+ LED_RED,
+ LED_GREEN,
+ LED_ORANGE,
+};
+
+int oc2gbts_led_set(enum oc2gbts_led_color c);
+
+#endif