ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype
[sfrench/cifs-2.6.git] / include / linux / acpi.h
index b28f8790192a22aba226ada8f6f96a8b12b30c12..93eaba2485e38338bba6b33214a50e2c0da4b6f7 100644 (file)
@@ -1389,6 +1389,12 @@ static inline int find_acpi_cpu_cache_topology(unsigned int cpu, int level)
 }
 #endif
 
+#ifdef CONFIG_ACPI_PCC
+void acpi_init_pcc(void);
+#else
+static inline void acpi_init_pcc(void) { }
+#endif
+
 #ifdef CONFIG_ACPI
 extern void acpi_device_notify(struct device *dev);
 extern void acpi_device_notify_remove(struct device *dev);