aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/storage/usb.c')
0 files changed, 0 insertions, 0 deletions
s="hl opt">*dma); int lguest_bind_dma(unsigned long key, struct lguest_dma *dmas, unsigned int num, u8 irq); void lguest_unbind_dma(unsigned long key, struct lguest_dma *dmas); /* Map the virtual device space */ void *lguest_map(unsigned long phys_addr, unsigned long pages); void lguest_unmap(void *); struct lguest_driver { const char *name; struct module *owner; u16 device_type; int (*probe)(struct lguest_device *dev); void (*remove)(struct lguest_device *dev); struct device_driver drv; }; extern int register_lguest_driver(struct lguest_driver *drv); extern void unregister_lguest_driver(struct lguest_driver *drv); extern struct lguest_device_desc *lguest_devices; /* Just past max_pfn */ #endif /* _ASM_LGUEST_DEVICE_H */