00001 /* 00002 * File: startup.h 00003 * Summary: Collection of startup related functions and objects 00004 * Written by: 00005 */ 00006 00007 #ifndef STARTUP_H 00008 #define STARTUP_H 00009 00010 bool startup_step(); 00011 00012 #endif