aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_power/power_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_power/power_common.h')
-rw-r--r--lib/librte_power/power_common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/librte_power/power_common.h b/lib/librte_power/power_common.h
new file mode 100644
index 00000000..feeb5777
--- /dev/null
+++ b/lib/librte_power/power_common.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright(c) 2010-2014 Intel Corporation
+ */
+
+#ifndef _POWER_COMMON_H_
+#define _POWER_COMMON_H_
+
+#define RTE_POWER_INVALID_FREQ_INDEX (~0)
+
+#endif /* _POWER_COMMON_H_ */