pnp_register_protocol
int pnp_register_protocol(struct pnp_protocol *protocol);
if (pnp_register_protocol(&isapnp_protocol) < 0)
pnp_register_protocol(&pnpacpi_protocol);
ret = pnp_register_protocol(&pnpbios_protocol);