~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/pnp/base.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
int pnp_check_port(struct pnp_dev *dev, struct resource *res);
143
143
int pnp_check_mem(struct pnp_dev *dev, struct resource *res);
144
144
int pnp_check_irq(struct pnp_dev *dev, struct resource *res);
 
145
#ifdef CONFIG_ISA_DMA_API
145
146
int pnp_check_dma(struct pnp_dev *dev, struct resource *res);
 
147
#endif
146
148
 
147
149
char *pnp_resource_type_name(struct resource *res);
148
150
void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc);