/* The loader configuration (c) Rst7, Kibab, Provides boot configuration and initialization provides functions */ #ifndef _CONFLOADER_H_ #define _CONFLOADER_H_ // Call sure to appeal to the variable configuration InitConfig void () void InitConfig(); #endif