diff options
Diffstat (limited to 'drivers/usb/mon/usb_mon.h')
-rw-r--r-- | drivers/usb/mon/usb_mon.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/usb/mon/usb_mon.h b/drivers/usb/mon/usb_mon.h index f5d84ff8c101..df9a4df342c7 100644 --- a/drivers/usb/mon/usb_mon.h +++ b/drivers/usb/mon/usb_mon.h | |||
@@ -65,20 +65,6 @@ int __init mon_bin_init(void); | |||
65 | void mon_bin_exit(void); | 65 | void mon_bin_exit(void); |
66 | 66 | ||
67 | /* | 67 | /* |
68 | * DMA interface. | ||
69 | * | ||
70 | * XXX The vectored side needs a serious re-thinking. Abstracting vectors, | ||
71 | * like in Paolo's original patch, produces a double pkmap. We need an idea. | ||
72 | */ | ||
73 | extern char mon_dmapeek(unsigned char *dst, dma_addr_t dma_addr, int len); | ||
74 | |||
75 | struct mon_reader_bin; | ||
76 | extern void mon_dmapeek_vec(const struct mon_reader_bin *rp, | ||
77 | unsigned int offset, dma_addr_t dma_addr, unsigned int len); | ||
78 | extern unsigned int mon_copy_to_buff(const struct mon_reader_bin *rp, | ||
79 | unsigned int offset, const unsigned char *from, unsigned int len); | ||
80 | |||
81 | /* | ||
82 | */ | 68 | */ |
83 | extern struct mutex mon_lock; | 69 | extern struct mutex mon_lock; |
84 | 70 | ||