9 lines
124 B
C
9 lines
124 B
C
#ifndef MEMLAYOUT_H__
|
|
#define MEMLAYOUT_H__
|
|
|
|
#define DEV_BASE_ADDR 0xa0000000
|
|
|
|
|
|
#define SERIAL_OFFSET 0x00000000
|
|
|
|
#endif |