]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/dpaa/include/netcfg.h
bus/dpaa: mark internal symbols
[dpdk.git] / drivers / bus / dpaa / include / netcfg.h
index bf7bfae8cb0145b90697e0da19c5aa8e691a09df..d7d1befd2417f11653e6a9b18c6713471915e524 100644 (file)
@@ -46,11 +46,13 @@ struct netcfg_interface {
  * cfg_file: FMC config XML file
  * Returns the configuration information in newly allocated memory.
  */
+__rte_internal
 struct netcfg_info *netcfg_acquire(void);
 
 /* cfg_ptr: configuration information pointer.
  * Frees the resources allocated by the configuration layer.
  */
+__rte_internal
 void netcfg_release(struct netcfg_info *cfg_ptr);
 
 #ifdef RTE_LIBRTE_DPAA_DEBUG_DRIVER