libBootSwitch.h 313 B

12345678910111213141516
  1. /*
  2. * libBootSwitch.h
  3. *
  4. * Created on: 2017年1月22日
  5. * Author: 焦春岩
  6. */
  7. #ifndef LIBBOOTSWITCH_H_
  8. #define LIBBOOTSWITCH_H_
  9. /*
  10. * addr 说明:必须word对齐
  11. * 非零 用户指定空间
  12. * 零 使用堆栈空间
  13. */
  14. extern unsigned char EnBootMode(unsigned int *addr);
  15. #endif /* LIBBOOTSWITCH_H_ */