diff options
Diffstat (limited to 'jump_bootloader.h')
-rw-r--r-- | jump_bootloader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jump_bootloader.h b/jump_bootloader.h new file mode 100644 index 0000000000..9e923e8aba --- /dev/null +++ b/jump_bootloader.h @@ -0,0 +1,6 @@ +#ifndef JUMP_BOOTLOADER_H +#define JUMP_BOOTLOADER_H 1 + +void jump_bootloader(void); + +#endif |