add jump_bootloader.

This commit is contained in:
tmk 2010-09-24 15:01:21 +09:00
parent 7fd9003f59
commit 1de02c1f15
5 changed files with 63 additions and 3 deletions

6
jump_bootloader.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef JUMP_BOOTLOADER_H
#define JUMP_BOOTLOADER_H 1
void jump_bootloader(void);
#endif