#ifndef BOOTLIB_H #define BOOTLIB_H void bootloader_unset(void); void bootloader_enter(void); void systemclock_init(void); #endif