#ifndef __SDRAM_H__ #define __SDRAM_H__ bool sdram_init(); bool sdram_test(); #endif //__SDRAM_H__