missing directive
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1201 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
83b991afff
commit
47e64e8bed
|
@ -387,7 +387,7 @@
|
||||||
#define GPIO0_ISR2H (GPIO_BASE+0x38)
|
#define GPIO0_ISR2H (GPIO_BASE+0x38)
|
||||||
#define GPIO0_ISR2L (GPIO_BASE+0x3C)
|
#define GPIO0_ISR2L (GPIO_BASE+0x3C)
|
||||||
|
|
||||||
|
#ifndef ASM
|
||||||
/*
|
/*
|
||||||
* Macro for accessing the indirect EBC register
|
* 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 pciIntArbEn; /* Internal PCI arbiter is enabled */
|
||||||
unsigned long pciClkSync; /* PCI clock is synchronous */
|
unsigned long pciClkSync; /* PCI clock is synchronous */
|
||||||
};
|
};
|
||||||
|
#endif /* !ASM */
|
||||||
#endif /* __PPC4XX_H__ */
|
#endif /* __PPC4XX_H__ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue