changed types to use <stdint.h>

This commit is contained in:
Markus Fröschle
2012-10-12 15:45:50 +00:00
parent d4ecd8a366
commit cd603546d7
44 changed files with 1990 additions and 1290 deletions

View File

@@ -24,8 +24,8 @@
*********************************************************************/
/* Register read/write macros */
#define MCF_PCIARB_PACR (*(vuint32*)(&__MBAR[0xC00]))
#define MCF_PCIARB_PASR (*(vuint32*)(&__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 */