X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fphysmem.h;h=de79da51ad033eb83d122e4157b7d8c16471af06;hb=4da1506d39eb8f67ed2c48c76916bb6bcca6fbf1;hp=a986a50b1cbb5b9c8a977804ff515297784027d4;hpb=d2bfb78f4f8fbfae204424467a4106530b89e608;p=vpp.git diff --git a/src/vlib/physmem.h b/src/vlib/physmem.h index a986a50b1cb..de79da51ad0 100644 --- a/src/vlib/physmem.h +++ b/src/vlib/physmem.h @@ -56,6 +56,8 @@ typedef struct typedef struct { u32 flags; + uword base_addr; + uword max_size; #define VLIB_PHYSMEM_MAIN_F_HAVE_PAGEMAP (1 << 0) #define VLIB_PHYSMEM_MAIN_F_HAVE_IOMMU (1 << 1) vlib_physmem_map_t *maps;