power: clean ACPI files
authorMarko Kovacevic <marko.kovacevic@intel.com>
Tue, 12 Dec 2017 14:03:26 +0000 (14:03 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 11 Jan 2018 23:37:07 +0000 (00:37 +0100)
commitd69dc8476dcb1a517505b8b505494c8c5e3cc881
tree98a4236d8eeb0a3b45f7d5a2905e8fe86bff23cc
parent08272999bd92c35df567de79ce9c1126b730ca2d
power: clean ACPI files

Rename private header file rte_power_acpi_cpufreq.c
to power_acpi_cpufreq.c.This prevents the private
functions from leaking into the documentation.
Change any private functions from rte_<function_name>
to just <function_name>.Reserve the rte_ for public functions.

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
lib/librte_power/Makefile
lib/librte_power/power_acpi_cpufreq.c [new file with mode: 0644]
lib/librte_power/power_acpi_cpufreq.h [new file with mode: 0644]
lib/librte_power/rte_power.c
lib/librte_power/rte_power_acpi_cpufreq.c [deleted file]
lib/librte_power/rte_power_acpi_cpufreq.h [deleted file]