?? 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 + -