]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/pci/hotplug/pciehp.h
PCI: pciehp: Allow exclusive userspace control of indicators
[mirror_ubuntu-bionic-kernel.git] / drivers / pci / hotplug / pciehp.h
index e764918641ae2268f23a81f0134a519abc5d6dda..37d70b5ad22f99b8bcdef898aaacf49b6caaa814 100644 (file)
@@ -152,6 +152,9 @@ bool pciehp_check_link_active(struct controller *ctrl);
 void pciehp_release_ctrl(struct controller *ctrl);
 int pciehp_reset_slot(struct slot *slot, int probe);
 
+int pciehp_set_raw_indicator_status(struct hotplug_slot *h_slot, u8 status);
+int pciehp_get_raw_indicator_status(struct hotplug_slot *h_slot, u8 *status);
+
 static inline const char *slot_name(struct slot *slot)
 {
        return hotplug_slot_name(slot->hotplug_slot);