#ifndef _USB_FASTBOOT_H #define _USB_FASTBOOT_H #include #include #include struct f_fastboot_opts { struct usb_function_instance func_inst; struct file_list *files; }; #endif /* _USB_FASTBOOT_H */