diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-05-31 00:42:38 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-05-31 00:42:38 +0200 |
commit | 271c43b0ae533c0371b2380f91e79dc97bdd0bcc (patch) | |
tree | ff5199b8cbe7cf67d93f443d3d6901e8f1899168 /include/osmocom/gsm | |
parent | 3710e462f85824cd9d84b3f95e6b2ea694119ff9 (diff) |
abis_nm: Forward declare the used enums
This file is using enums in that might or might not be
known to the compiler. Forward declare them.
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/abis_nm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h index dcc8d4bb..85345575 100644 --- a/include/osmocom/gsm/abis_nm.h +++ b/include/osmocom/gsm/abis_nm.h @@ -4,6 +4,9 @@ #include <osmocom/gsm/tlv.h> #include <osmocom/gsm/protocol/gsm_12_21.h> +enum abis_nm_msgtype; +enum gsm_phys_chan_config; + const enum abis_nm_msgtype abis_nm_reports[4]; const enum abis_nm_msgtype abis_nm_no_ack_nack[3]; const enum abis_nm_msgtype abis_nm_sw_load_msgs[9]; |