]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_thread.h
eal: introduce thread init helper
[dpdk.git] / lib / librte_eal / common / eal_thread.h
index b40ed249edabdb4827b3c339883f5d7619190a33..dc1fc6eb99df4ba85fc618a2622166badc065cef 100644 (file)
  */
 __rte_noreturn void *eal_thread_loop(void *arg);
 
-/**
- * Init per-lcore info for master thread
- *
- * @param lcore_id
- *   identifier of master lcore
- */
-void eal_thread_init_master(unsigned lcore_id);
-
 /**
  * Get the NUMA socket id from cpu id.
  * This function is private to EAL.