be_init.h
来自「st boot Linux 源码示范程序。 可以移植到其他平台」· C头文件 代码 · 共 56 行
H
56 行
/*******************************************************************************
File name : be_init.h
Description : Back end specific header of STBOOT
COPYRIGHT (C) STMicroelectronics 1999.
Date Modification Name
---- ------------ ----
26 july 99 Created HG
*******************************************************************************/
/* Define to prevent recursive inclusion */
#ifndef __BACKEND_INIT_H
#define __BACKEND_INIT_H
/* Includes ----------------------------------------------------------------- */
#include "stddefs.h"
/* C++ support */
#ifdef __cplusplus
extern "C" {
#endif
/* Exported Constants ------------------------------------------------------- */
/* Exported Types ----------------------------------------------------------- */
/* Exported Variables ------------------------------------------------------- */
/* Exported Macros ---------------------------------------------------------- */
/* Exported Functions ------------------------------------------------------- */
extern ST_ErrorCode_t stboot_BackendInit(STBOOT_Backend_t *BackendType);
/* C++ support */
#ifdef __cplusplus
}
#endif
#endif /* #ifndef __BACKEND_INIT_H */
/* End of be_init.h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?