Add support to run SMM handler in TSEG instead of ASEG
[coreboot.git] / src / include / ehci.h
index 5dc2bb3935a5465792173f20b121e2ba9462cb2d..29347f99111a20558b0bc326f0d85aaa8ff5162d 100644 (file)
@@ -23,6 +23,9 @@
 #ifndef EHCI_H
 #define EHCI_H
 
+#define EHCI_BAR_INDEX         0x10
+
+#ifndef __ROMCC__
 /* EHCI register interface, corresponds to EHCI Revision 0.95 specification */
 
 /* Section 2.2 Host Controller Capability Registers */
@@ -197,5 +200,5 @@ struct ehci_dbg_port {
        u32     address;
 #define DBGP_EPADDR(dev, ep)   (((dev)<<8)|(ep))
 } __attribute__ ((packed));
-
+#endif
 #endif