aboutsummaryrefslogtreecommitdiff
path: root/src/usb-msc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb-msc.h')
-rw-r--r--src/usb-msc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usb-msc.h b/src/usb-msc.h
index 4bad91f..50c2193 100644
--- a/src/usb-msc.h
+++ b/src/usb-msc.h
@@ -7,8 +7,6 @@ int usb_cmd_data(struct disk_op_s *op, void *cdbcmd, u16 blocksize);
struct usb_interface_descriptor;
int usb_msc_init(u32 endp, struct usb_interface_descriptor *iface, int imax);
int process_usb_op(struct disk_op_s *op);
-struct drive_s;
-void describe_usb(struct drive_s *drive_g);
/****************************************************************