30 #if !defined(__SHUTDOWN_CLEANUP_H__) 31 #define __SHUTDOWN_CLEANUP_H__ 33 #include "bootloader_common.h" 43 typedef enum _shutdown_types
45 kShutdownType_Shutdown = 0,
46 kShutdownType_Cleanup = 1,
47 kShutdownType_Reset = 2,
54 #if defined(__cplusplus) 74 #if defined(__cplusplus) 80 #endif // __SHUTDOWN_CLEANUP_H__ shutdown_type_t
Shutdown types.
Definition: bl_shutdown_cleanup.h:43
void shutdown_cleanup(shutdown_type_t shutdown)
Prepare system for exiting the bootloader.
Definition: bl_shutdown_cleanup.c:54