diff options
Diffstat (limited to 'include/linux/pnp.h')
-rw-r--r-- | include/linux/pnp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index e8187d9faf01..b5fd03854fa4 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h | |||
@@ -25,6 +25,7 @@ struct pnp_dev; | |||
25 | /* | 25 | /* |
26 | * Resource Management | 26 | * Resource Management |
27 | */ | 27 | */ |
28 | struct resource *pnp_get_resource(struct pnp_dev *, unsigned int, unsigned int); | ||
28 | 29 | ||
29 | /* Use these instead of directly reading pnp_dev to get resource information */ | 30 | /* Use these instead of directly reading pnp_dev to get resource information */ |
30 | #define pnp_port_start(dev,bar) ((dev)->res.port_resource[(bar)].start) | 31 | #define pnp_port_start(dev,bar) ((dev)->res.port_resource[(bar)].start) |