These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / src / hw / usb-uas.h
1 #ifndef __USB_UAS_H
2 #define __USB_UAS_H
3
4 struct disk_op_s;
5 int uas_process_op(struct disk_op_s *op);
6 struct usbdevice_s;
7 int usb_uas_setup(struct usbdevice_s *usbdev);
8
9 #endif /* __USB_UAS_H */