/****************************************************************************** * File: APP_BOOT.h * Component: APP_BOOT * Description: Public interface for the bootloader application. * Handles firmware receive, flash write, integrity check, * and application jump. * * Layer: Application *****************************************************************************/ #ifndef APP_BOOT_H #define APP_BOOT_H #include "STD_TYPES.h" STD_tenuResult APP_BOOT_enuInit(void); void APP_BOOT_vRunnable(void); #endif /* APP_BOOT_H */