aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-10-12 19:06:53 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-10-12 19:06:53 +0000
commit47e64e8bed9aed42897f0290bcd711deff65971e (patch)
treeccbef92c36fb6786bd8b41261288cf8b4cef362b /src/arch/ppc
parent83b991afff40e12a8b6756af06a472842edb1a66 (diff)
missing directive
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1201 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc')
-rw-r--r--src/arch/ppc/include/ppc4xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/ppc/include/ppc4xx.h b/src/arch/ppc/include/ppc4xx.h
index 5d5c979970..279e1aa161 100644
--- a/src/arch/ppc/include/ppc4xx.h
+++ b/src/arch/ppc/include/ppc4xx.h
@@ -387,7 +387,7 @@
#define GPIO0_ISR2H (GPIO_BASE+0x38)
#define GPIO0_ISR2L (GPIO_BASE+0x3C)
-
+#ifndef ASM
/*
* Macro for accessing the indirect EBC register
*/
@@ -410,6 +410,6 @@ struct ppc4xx_sys_info
unsigned long pciIntArbEn; /* Internal PCI arbiter is enabled */
unsigned long pciClkSync; /* PCI clock is synchronous */
};
-
+#endif /* !ASM */
#endif /* __PPC4XX_H__ */