📄 boot_interface.h
字号:
/*
******************************************************************************************************************
* xxx project ---- xxx module
*
* Copyright(C), 2006-2007, Allwinner Microelectronic Co., Ltd.
* All Rights Reserved
*
*File Name: boot_interface.h
*
*Author: Wang Yugang
*
*Version 1.0
*
*Date 2007.7.30
*
*Description: test void UART_printf( const char * str, ...)
*
*Others : None at present.
*
*
* History :
*
* <Author> <time> <version> <desricption>
*
* Wangyugang 2007.7.30 1.0 build the file
*
*******************************************************************************************************************
*/
#ifndef __boot_interface_h
#define __boot_interface_h
extern void jump_to( unsigned int jump_addr );
#endif // ifndef __boot_interface_h
/* end of boot_interface.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -