cpci_hp_controller
int cpci_hp_register_controller(struct cpci_hp_controller *controller);
int cpci_hp_unregister_controller(struct cpci_hp_controller *controller);
static struct cpci_hp_controller *controller;
cpci_hp_register_controller(struct cpci_hp_controller *new_controller)
cpci_hp_unregister_controller(struct cpci_hp_controller *old_controller)
memset(&generic_hpc, 0, sizeof(struct cpci_hp_controller));
static struct cpci_hp_controller generic_hpc;
memset(&zt5550_hpc, 0, sizeof(struct cpci_hp_controller));
static struct cpci_hp_controller zt5550_hpc;