summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-core.h
blob: d419c35e5c6cb0901308aea13bdb20668973da2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */
/*-
 * Copyright (c) 2007-2008, Juniper Networks, Inc.
 * Copyright (c) 2008, Excito Elektronik i Skåne AB
 * All rights reserved.
 */

#ifndef USB_EHCI_CORE_H
#define USB_EHCI_CORE_H

extern int rootdev;
extern struct ehci_hccr *hccr;
extern volatile struct ehci_hcor *hcor;

#endif