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