.TH "pci_hp_register" 9 "pci_hp_register" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_hp_register \- register a hotplug_slot with the PCI hotplug subsystem .SH SYNOPSIS .B "int" pci_hp_register .BI "(struct hotplug_slot *" slot ");" .SH ARGUMENTS .IP "slot" 12 pointer to the \fBstruct\fP hotplug_slot to register .SH "DESCRIPTION" Registers a hotplug slot with the pci hotplug subsystem, which will allow userspace interaction to the slot. Returns 0 if successful, anything else for an error.