#ifndef BOOTLOADER_H #define BOOTLOADER_H void perform_system_reset(void); void jump_to_bootloader(void); #endif