l1_utils.h: Avoid redefinition of global vars defined in l1_utils.c

Change-Id: Idd40433fee22aeb1e86708c132929bb69e626334
This commit is contained in:
Pau Espin 2020-05-18 10:49:03 +02:00 committed by laforge
parent b1eb6c2fa2
commit d4a53017e1
1 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
#include <osmocom/core/utils.h>
const struct value_string octphy_l1sapi_names[23];
const struct value_string octphy_dir_names[5];
const struct value_string octphy_clkmgr_state_vals[8];
const struct value_string octphy_cid_vals[37];
const struct value_string octphy_eid_vals[7];
extern const struct value_string octphy_l1sapi_names[23];
extern const struct value_string octphy_dir_names[5];
extern const struct value_string octphy_clkmgr_state_vals[8];
extern const struct value_string octphy_cid_vals[37];
extern const struct value_string octphy_eid_vals[7];