OSDN Git Service

b5d2d9006160a2c6ae0bf20f4001f0a529016f9e
[kozos-expbrd/kozos_expbrd.git] / firm / hwtest / 01 / bootload / dram.h
1 #ifndef _DRAM_H_INCLUDED_
2 #define _DRAM_H_INCLUDED_
3
4 #define DRAM_START 0x400000
5 #define DRAM_END   0x600000
6
7 int dram_init();
8 int dram_check();
9 int dram_check2();
10 int dram_clear();
11
12 #endif