diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 8d4a2db..0f86c25 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -314,6 +314,7 @@ struct usb_bus { int busnum; /* Bus number (in order of reg) */ const char *bus_name; /* stable id (PCI slot_name etc) */ u8 uses_dma; /* Does the host controller use DMA? */ + u8 dma_align; /* Should the DMA buffer be aligned? */ u8 uses_pio_for_control; /* * Does the host controller use PIO * for control transfers? |