OSDN Git Service

Moved the junk codes to junk directory.
[kozos-expbrd/kozos_expbrd.git] / firm / junk / 08 / 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