summaryrefslogtreecommitdiffstats
path: root/include/usb/fastboot.h
blob: dab5a9a299bceb58ed9c7ec866848d6f9b099636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _USB_FASTBOOT_H
#define _USB_FASTBOOT_H

#include <linux/types.h>
#include <file-list.h>
#include <usb/composite.h>

struct f_fastboot_opts {
	struct usb_function_instance func_inst;
	struct file_list *files;
};

#endif /* _USB_FASTBOOT_H */