#ifndef __BOOTLOADER_H #define __BOOTLOADER_H #include "global.h" u8 boot_goto_app(u32 addr); #endif