On Mon, 21 Oct 2024 04:07:20 +0000 Sivaprasad Tummala <sivaprasad.tumm...@amd.com> wrote:
> diff --git a/lib/power/rte_power_uncore_ops.h > b/lib/power/rte_power_uncore_ops.h > new file mode 100644 > index 0000000000..f91994d3c1 > --- /dev/null > +++ b/lib/power/rte_power_uncore_ops.h > @@ -0,0 +1,230 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(c) 2022 Intel Corporation > + * Copyright(c) 2024 Advanced Micro Devices, Inc. > + */ > + > +#ifndef RTE_POWER_UNCORE_OPS_H > +#define RTE_POWER_UNCORE_OPS_H > + > +/** > + * @file > + * RTE Uncore Frequency Management > + */ > + > +#include <rte_compat.h> > +#include <rte_common.h> > + > +#ifdef __cplusplus > +extern "C" { > +#endif Since this all internal doesn't really require C++ guards.