From a20762ab7241cdafb0f568f8832d6ef34988ec1c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 2 Jul 2011 19:01:58 +0200 Subject: 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. --- include/osmocom/abis/signal.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/osmocom/abis/signal.h (limited to 'include') 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 - -/* signal subsystems. */ -enum { - SS_GLOBAL = OSMO_SIGNAL_SS_ABIS_RESERVED, - SS_INPUT, -}; - -/* signal types. */ -enum { - S_GLOBAL_SHUTDOWN = OSMO_SIGNAL_T_ABIS_RESERVED, -}; - -#endif -- cgit v1.2.3-55-g7522