1. NAME

pci_hp_change_slot_info - changes the slotAqs information structure in the core

2. SYNOPSIS

int pci_hp_change_slot_info(struct hotplug_slot *  hotplug , struct hotplug_slot_info *  info );

3. ARGUMENTS

hotplug
    pointer to the slot whose info has changed

info
    pointer to the info copy into the slotAqs info structure

4. DESCRIPTION

slot must have been registered with the pci hotplug subsystem previously with a call to pci_hp_register.

Returns 0 if successful, anything else for an error.

5. COPYRIGHT