]> err.no Git - linux-2.6/blobdiff - drivers/pnp/base.h
PNP: make pnp_add_card_id() internal to PNP core
[linux-2.6] / drivers / pnp / base.h
index ff435bd1ca185d9db3c0bb80a9d4547ea2bad039..b492569bcdf449ce3bcc1e55d506c152205328be 100644 (file)
@@ -4,6 +4,7 @@ void *pnp_alloc(long size);
 void pnp_eisa_id_to_string(u32 id, char *str);
 struct pnp_dev *pnp_alloc_dev(struct pnp_protocol *, int id, char *pnpid);
 struct pnp_id *pnp_add_id(struct pnp_dev *dev, char *id);
+int pnp_add_card_id(struct pnp_id *id, struct pnp_card *card);
 int pnp_interface_attach_device(struct pnp_dev *dev);
 void pnp_fixup_device(struct pnp_dev *dev);
 void pnp_free_option(struct pnp_option *option);