[go: up one dir, main page]

File: usb-uas.h

package info (click to toggle)
seabios 1.16.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,400 kB
  • sloc: ansic: 55,254; cpp: 1,826; asm: 904; python: 821; yacc: 604; makefile: 517; perl: 416; lex: 363; sh: 287
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (15)
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 */