00001 #ifndef ROBOOT_IF_BOOTL_H_ 00002 #define ROBOOT_IF_BOOTL_H_ 00003 /* ================================================================================ *//* ================================================================================= */ 00031 00032 00047 00054 void HWInit(void); 00055 00056 00062 bool TriggerIsPresent(void); 00063 00064 00071 bool FeedImageProcessor(void); 00072 00073 00077 void CallApplication(void); 00078 00081 #endif // ROBOOT_IF_BOOTL_H_