9 lines
142 B
C
9 lines
142 B
C
#ifndef MEMLAYOUT_H__
|
|
#define MEMLAYOUT_H__
|
|
|
|
#define DEV_BASE_ADDR 0xa0000000
|
|
|
|
|
|
#define SERIAL_ADDR (DEV_BASE_ADDR + 0x00000000)
|
|
|
|
#endif |