#ifndef BOOTLOADER_H #define BOOTLOADER_H #include uint32_t bootload(char* file_path); #endif