8 lines
115 B
C
8 lines
115 B
C
#ifndef BOOTLOADER_H
|
|
#define BOOTLOADER_H
|
|
|
|
void perform_system_reset(void);
|
|
void jump_to_bootloader(void);
|
|
|
|
#endif
|