more fiddling with leading underscore in symbols

This commit is contained in:
Markus Fröschle
2012-10-14 05:34:33 +00:00
parent ebedb4dc72
commit 5fcc66786e
26 changed files with 939 additions and 939 deletions

View File

@@ -24,8 +24,8 @@
*********************************************************************/
/* Register read/write macros */
#define MCF_PCIARB_PACR (*(volatile uint32_t*)(&__MBAR[0xC00]))
#define MCF_PCIARB_PASR (*(volatile uint32_t*)(&__MBAR[0xC04]))
#define MCF_PCIARB_PACR (*(volatile uint32_t*)(&_MBAR[0xC00]))
#define MCF_PCIARB_PASR (*(volatile uint32_t*)(&_MBAR[0xC04]))
/* Bit definitions and macros for MCF_PCIARB_PACR */