diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/amba/bus.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h index d36417158d8f..43ec7e247a80 100644 --- a/include/linux/amba/bus.h +++ b/include/linux/amba/bus.h | |||
| @@ -71,6 +71,16 @@ struct amba_device *amba_ahb_device_add(struct device *parent, const char *name, | |||
| 71 | resource_size_t base, size_t size, | 71 | resource_size_t base, size_t size, |
| 72 | int irq1, int irq2, void *pdata, | 72 | int irq1, int irq2, void *pdata, |
| 73 | unsigned int periphid); | 73 | unsigned int periphid); |
| 74 | struct amba_device * | ||
| 75 | amba_apb_device_add_res(struct device *parent, const char *name, | ||
| 76 | resource_size_t base, size_t size, int irq1, | ||
| 77 | int irq2, void *pdata, unsigned int periphid, | ||
| 78 | struct resource *resbase); | ||
| 79 | struct amba_device * | ||
| 80 | amba_ahb_device_add_res(struct device *parent, const char *name, | ||
| 81 | resource_size_t base, size_t size, int irq1, | ||
| 82 | int irq2, void *pdata, unsigned int periphid, | ||
| 83 | struct resource *resbase); | ||
| 74 | void amba_device_unregister(struct amba_device *); | 84 | void amba_device_unregister(struct amba_device *); |
| 75 | struct amba_device *amba_find_device(const char *, struct device *, unsigned int, unsigned int); | 85 | struct amba_device *amba_find_device(const char *, struct device *, unsigned int, unsigned int); |
| 76 | int amba_request_regions(struct amba_device *, const char *); | 86 | int amba_request_regions(struct amba_device *, const char *); |
