⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 be_init.h

📁 st boot Linux 源码示范程序。 可以移植到其他平台
💻 H
字号:
/*******************************************************************************

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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -