aboutsummaryrefslogtreecommitdiffstats
path: root/pjrc/jump_bootloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjrc/jump_bootloader.h')
-rw-r--r--pjrc/jump_bootloader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjrc/jump_bootloader.h b/pjrc/jump_bootloader.h
new file mode 100644
index 000000000..9e923e8ab
--- /dev/null
+++ b/pjrc/jump_bootloader.h
@@ -0,0 +1,6 @@
+#ifndef JUMP_BOOTLOADER_H
+#define JUMP_BOOTLOADER_H 1
+
+void jump_bootloader(void);
+
+#endif