#ifndef __INITIAL_H #define __INITIAL_H extern void Initial(void); extern void SysParaInit(void); extern void InitIRQ(void); #endif