7 lines
97 B
C
7 lines
97 B
C
|
#ifndef __HW_MEM_H
|
||
|
#define __HW_MEM_H
|
||
|
|
||
|
#define SDRAM_BASE (0x40000000)
|
||
|
|
||
|
#endif /* __HW_MEM_H */
|