summaryrefslogtreecommitdiffstats
path: root/qemu/roms/seabios/src/hw/usb-uas.h
blob: 8b2f810e9ba0bb091f20431f0f0b42b2c6cfdd83 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __USB_UAS_H
#define __USB_UAS_H

struct disk_op_s;
int uas_process_op(struct disk_op_s *op);
struct usbdevice_s;
int usb_uas_setup(struct usbdevice_s *usbdev);

#endif /* __USB_UAS_H */