.TH "pci_hp_change_slot_info" 9 "pci_hp_change_slot_info" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_hp_change_slot_info \- changes the slot's information structure in the core .SH SYNOPSIS .B "int" pci_hp_change_slot_info .BI "(const char *" name "," .BI "struct hotplug_slot_info *" info ");" .SH ARGUMENTS .IP "name" 12 the name of the slot whose info has changed .IP "info" 12 pointer to the info copy into the slot's info structure .SH "DESCRIPTION" A slot with \fIname\fP must have been registered with the pci hotplug subsystem previously with a call to \fBpci_hp_register\fP. Returns 0 if successful, anything else for an error.