linux/include/linux/usb/ehci_def.h

// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (c) 2001-2002 by David Brownell
 */

#ifndef __LINUX_USB_EHCI_DEF_H
#define __LINUX_USB_EHCI_DEF_H

#include <linux/usb/ehci-dbgp.h>

/* EHCI register interface, corresponds to EHCI Revision 0.95 specification */

/* Section 2.2 Host Controller Capability Registers */
struct ehci_caps {};


/* Section 2.3 Host Controller Operational Registers */
struct ehci_regs {};

#endif /* __LINUX_USB_EHCI_DEF_H */