physmem: keep only one physmem_main
[vpp.git] / src / vlib / physmem.h
index e99db7d..2f54938 100644 (file)
@@ -73,6 +73,8 @@ typedef struct
   vlib_physmem_region_t *regions;
 } vlib_physmem_main_t;
 
+extern vlib_physmem_main_t physmem_main;
+
 #endif /* included_vlib_physmem_h */
 
 /*