aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/signal.h')
-rw-r--r--include/osmo-bts/signal.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/osmo-bts/signal.h b/include/osmo-bts/signal.h
new file mode 100644
index 00000000..c27ad7b4
--- /dev/null
+++ b/include/osmo-bts/signal.h
@@ -0,0 +1,14 @@
+#ifndef OSMO_BTS_SIGNAL_H
+#define OSMO_BTS_SIGNAL_H
+
+#include <osmocom/core/signal.h>
+
+enum sig_subsys {
+ SS_GLOBAL,
+};
+
+enum signals_global {
+ S_NEW_SYSINFO,
+};
+
+#endif