diff options
Diffstat (limited to 'src/include/ehci.h')
-rw-r--r-- | src/include/ehci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ehci.h b/src/include/ehci.h index 29347f9911..7ec9810f62 100644 --- a/src/include/ehci.h +++ b/src/include/ehci.h @@ -25,7 +25,6 @@ #define EHCI_BAR_INDEX 0x10 -#ifndef __ROMCC__ /* EHCI register interface, corresponds to EHCI Revision 0.95 specification */ /* Section 2.2 Host Controller Capability Registers */ @@ -201,4 +200,3 @@ struct ehci_dbg_port { #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep)) } __attribute__ ((packed)); #endif -#endif |