abis_nm: Forward declare the used enums
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 30 May 2011 22:42:38 +0000 (00:42 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 30 May 2011 22:42:38 +0000 (00:42 +0200)
This file is using enums in that might or might not be
known to the compiler. Forward declare them.

include/osmocom/gsm/abis_nm.h

index dcc8d4b..8534557 100644 (file)
@@ -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];