X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Feal_private.h;h=b9ae36b7eecb79d53f0c0d0dc876c1e1b3bbfd74;hb=e987449c9fce2ec6210be3d8bad680d08d68c9dc;hp=314ee3091ec12d18282247fd619577be90325642;hpb=3778059a51fcbc6b989ca7503a3ff89f6945ddd2;p=dpdk.git diff --git a/lib/librte_eal/common/include/eal_private.h b/lib/librte_eal/common/include/eal_private.h index 314ee3091e..b9ae36b7ee 100644 --- a/lib/librte_eal/common/include/eal_private.h +++ b/lib/librte_eal/common/include/eal_private.h @@ -35,6 +35,8 @@ #ifndef _EAL_PRIVATE_H_ #define _EAL_PRIVATE_H_ +#include + /** * Initialize the memzone subsystem (private to eal). * @@ -84,17 +86,18 @@ int rte_eal_cpu_init(void); int rte_eal_memory_init(void); /** - * Configure HPET + * Configure timers * * This function is private to EAL. * * Mmap memory areas used by HPET (high precision event timer) that will - * provide our time reference. + * provide our time reference, and configure the TSC frequency also for it + * to be used as a reference. * * @return * 0 on success, negative on error */ -int rte_eal_hpet_init(void); +int rte_eal_timer_init(void); /** * Init early logs