X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_power%2Frte_power.h;h=67e0ec02e6baf5c1a2f93147ee2ce97e468a7e40;hb=90f6499cb2c6e94116f4c37a0994ac3490e369eb;hp=7d573598f220b09589f7c096bc3921760f188d92;hpb=d10096c69267d2118ba7ecfe13d1b5627dbe538f;p=dpdk.git diff --git a/lib/librte_power/rte_power.h b/lib/librte_power/rte_power.h index 7d573598f2..67e0ec02e6 100644 --- a/lib/librte_power/rte_power.h +++ b/lib/librte_power/rte_power.h @@ -68,19 +68,12 @@ int rte_power_set_env(enum power_management_env env); /** * Unset the global environment configuration. * This can only be called after all threads have completed. - * - * @param None. - * - * @return - * None. */ void rte_power_unset_env(void); /** * Get the default power management implementation. * - * @param None. - * * @return * power_management_env The configured environment. */ @@ -104,7 +97,6 @@ int rte_power_init(unsigned lcore_id); * Exit power management on a specific lcore. This will call the environment * dependent exit function. * - * * @param lcore_id * lcore id. *