summaryrefslogtreecommitdiffstats
path: root/include/usb/fastboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/fastboot.h')
-rw-r--r--include/usb/fastboot.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/usb/fastboot.h b/include/usb/fastboot.h
deleted file mode 100644
index a3609ba5db..0000000000
--- a/include/usb/fastboot.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _USB_FASTBOOT_H
-#define _USB_FASTBOOT_H
-
-#include <usb/composite.h>
-#include <fastboot.h>
-
-/**
- * struct f_fastboot_opts - options to configure the fastboot gadget
- * @common: Options common to all fastboot protocol variants
- * @func_inst: The USB function instance to register on
- */
-struct f_fastboot_opts {
- struct fastboot_opts common;
- struct usb_function_instance func_inst;
-};
-
-#endif /* _USB_FASTBOOT_H */