/* * libBootSwitch.h * * Created on: 2017年1月22日 * Author: 焦春岩 */ #ifndef LIBBOOTSWITCH_H_ #define LIBBOOTSWITCH_H_ /* * addr 说明:必须word对齐 * 非零 用户指定空间 * 零 使用堆栈空间 */ extern unsigned char EnBootMode(unsigned int *addr); #endif /* LIBBOOTSWITCH_H_ */