[BACK]Return to usb_mem.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/usb_mem.h between version 1.26 and 1.26.2.1

version 1.26, 2008/05/21 17:19:44 version 1.26.2.1, 2008/07/03 18:38:05
Line 52  typedef struct usb_dma_block {
Line 52  typedef struct usb_dma_block {
   
 usbd_status     usb_allocmem(usbd_bus_handle,size_t,size_t, usb_dma_t *);  usbd_status     usb_allocmem(usbd_bus_handle,size_t,size_t, usb_dma_t *);
 void            usb_freemem(usbd_bus_handle, usb_dma_t *);  void            usb_freemem(usbd_bus_handle, usb_dma_t *);
   void            usb_syncmem(usb_dma_t *, bus_addr_t, bus_size_t, int ops);
   
 #ifdef __NetBSD__  #ifdef __NetBSD__
 struct extent;  struct extent;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.2.1

CVSweb <webmaster@jp.NetBSD.org>