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

struct disk_op_s;
int uas_cmd_data(struct disk_op_s *op, void *cdbcmd, u16 blocksize);
struct usbdevice_s;
int usb_uas_setup(struct usbdevice_s *usbdev);

#endif /* __USB_UAS_H */