~ubuntu-branches/ubuntu/saucy/seabios/saucy-proposed

« back to all changes in this revision

Viewing changes to src/usb-uas.h

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2013-07-08 21:34:44 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130708213444-6ed9q23j39x143lu
Tags: 1.7.3-1
Multi-Arch: allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
struct disk_op_s;
5
5
int uas_cmd_data(struct disk_op_s *op, void *cdbcmd, u16 blocksize);
6
6
struct usbdevice_s;
7
 
int usb_uas_init(struct usbdevice_s *usbdev);
 
7
int usb_uas_setup(struct usbdevice_s *usbdev);
8
8
 
9
9
#endif /* __USB_UAS_H */