summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new/musb_uboot.h
blob: 69b7977f58f29f29cad97a60ca63c12ddb8affee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * MUSB OTG driver u-boot specific functions
 *
 * Copyright © 2015 Hans de Goede <hdegoede@redhat.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */
#ifndef __MUSB_UBOOT_H__
#define __MUSB_UBOOT_H__

#include <usb.h>
#include "linux-compat.h"
#include "usb-compat.h"
#include "musb_core.h"

struct musb_host_data {
	struct musb *host;
	struct usb_hcd hcd;
	enum usb_device_speed host_speed;
	struct usb_host_endpoint hep;
	struct urb urb;
};

#endif
OpenPOWER on IntegriCloud