thermal/drivers/int340x: processor_thermal: Export mailbox interface
[linux-2.6-microblaze.git] / drivers / thermal / intel / int340x_thermal / processor_thermal_device.h
index b9ed645..3161607 100644 (file)
@@ -79,4 +79,6 @@ void proc_thermal_rfim_remove(struct pci_dev *pdev);
 int proc_thermal_mbox_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
 void proc_thermal_mbox_remove(struct pci_dev *pdev);
 
+int processor_thermal_send_mbox_cmd(struct pci_dev *pdev, u16 cmd_id, u32 cmd_data, u32 *cmd_resp);
+
 #endif