aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-07-02 19:01:58 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2011-07-05 18:27:33 +0200
commita20762ab7241cdafb0f568f8832d6ef34988ec1c (patch)
treed675155fa03ca6a05d3b9070b1e7f0f499cbf767 /include
parentfe8ab0af7a3a0a8dce32907efda7a86ea39bc884 (diff)
src: use signal infrastructure that will be available in libosmocore
This is still not in mainline yet, it's in a separate patch that I expect to send to Harald soon.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/abis/signal.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/osmocom/abis/signal.h b/include/osmocom/abis/signal.h
deleted file mode 100644
index cf5ad55..0000000
--- a/include/osmocom/abis/signal.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _OSMO_ABIS_SIGNAL_H_
-#define _OSMO_ABIS_SIGNAL_H_
-
-#include <osmocom/core/signal.h>
-
-/* signal subsystems. */
-enum {
- SS_GLOBAL = OSMO_SIGNAL_SS_ABIS_RESERVED,
- SS_INPUT,
-};
-
-/* signal types. */
-enum {
- S_GLOBAL_SHUTDOWN = OSMO_SIGNAL_T_ABIS_RESERVED,
-};
-
-#endif