mem: expose function for physical address use
[dpdk.git] / lib / librte_eal / common / eal_private.h
index 9340b6e..80fea24 100644 (file)
@@ -344,17 +344,6 @@ int rte_eal_hugepage_init(void);
  */
 int rte_eal_hugepage_attach(void);
 
-/**
- * Returns true if the system is able to obtain
- * physical addresses. Return false if using DMA
- * addresses through an IOMMU.
- *
- * Drivers based on uio will not load unless physical
- * addresses are obtainable. It is only possible to get
- * physical addresses when running as a privileged user.
- */
-bool rte_eal_using_phys_addrs(void);
-
 /**
  * Find a bus capable of identifying a device.
  *