boot_interface.h

来自「s3c2440的LCD控制器驱动程序 ps 无操作系统的情况」· C头文件 代码 · 共 42 行

H
42
字号
/*
******************************************************************************************************************
*                                            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 + =
减小字号Ctrl + -
显示快捷键?