Supplement define guards to prevent multiple inclusion. --- v3: * limit changes to "rte_xxx.h" headers v2: * update to a simple style
Weiguo Li (4): kni: add define guards to avoid multi-inclusion eal: add define guards to avoid multi-inclusion efd: add define guards to avoid multi-inclusion hash: add define guards to avoid multi-inclusion lib/eal/include/rte_eal_paging.h | 5 +++++ lib/eal/windows/include/rte_virt2phys.h | 5 +++++ lib/efd/rte_efd_x86.h | 5 +++++ lib/hash/rte_cmp_arm64.h | 5 +++++ lib/hash/rte_cmp_x86.h | 5 +++++ lib/kni/rte_kni_fifo.h | 5 ++++- 6 files changed, 29 insertions(+), 1 deletion(-) -- 2.25.1

