New upstream version 18.02
[deb_dpdk.git] / lib / librte_power / power_common.h
diff --git a/lib/librte_power/power_common.h b/lib/librte_power/power_common.h
new file mode 100644 (file)
index 0000000..feeb577
--- /dev/null
@@ -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_ */