Fix usb debug dongle support
[coreboot.git] / src / include / ehci.h
index 4b8c94cd24f98f32db654b28a31e73a67e781e32..29347f99111a20558b0bc326f0d85aaa8ff5162d 100644 (file)
@@ -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