aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-27 19:00:44 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-27 19:00:44 +0000
commit245c534806dfa54fd018710c509707017ea5dd8b (patch)
tree7dbec1e86502a0920c6cd6d7f9f64009e96d8dcb /include/openbsc/abis_nm.h
parent0c2bb5ea239a7010d71b95e58f1b698f18f7ad68 (diff)
[pedantic] Declare abis_nm_bs11_reset_resource to avoid a warning in bsc_hack.c
This command is BS11 specific and was put in the appropriate section of the header file.
Diffstat (limited to 'include/openbsc/abis_nm.h')
-rw-r--r--include/openbsc/abis_nm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h
index d1534158c..63a568a79 100644
--- a/include/openbsc/abis_nm.h
+++ b/include/openbsc/abis_nm.h
@@ -383,6 +383,7 @@ int abis_nm_reset_resource(struct gsm_bts *bts);
int abis_nm_software_load(struct gsm_bts *bts, const char *fname, u_int8_t win);
/* Siemens / BS-11 specific */
+int abis_nm_bs11_reset_resource(struct gsm_bts *bts);
int abis_nm_bs11_db_transmission(struct gsm_bts *bts, int begin);
int abis_nm_bs11_create_object(struct gsm_bts *bts, enum abis_bs11_objtype type,
u_int8_t idx, u_int8_t attr_len, const u_int8_t *attr);