aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-25 19:13:13 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-25 19:13:13 +0200
commitcac78fe9e95d8f7f9eea07f99b910409e10854bc (patch)
tree7ae26e2191f1b29bdd3ea9c1bf5007d4637d9393 /include/osmocom
parentd517db06ced45bbe0a70799487964e52edd8a375 (diff)
Add value_string for input signal names (e1inp_signal_names)
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/abis/e1_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 8501d5c..1a701f9 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -212,6 +212,8 @@ enum e1inp_signal_input {
S_L_INP_LINE_NOALARM,
};
+extern const struct value_string e1inp_signal_names[];
+
/* register a driver with the E1 core */
int e1inp_driver_register(struct e1inp_driver *drv);