drv_remap.h
来自「最新版IAR FOR ARM(EWARM)5.11中的代码例子」· C头文件 代码 · 共 27 行
H
27 行
/**********************************************************************************/
/* */
/* Copyright (C) 2006 Oki Electric Industry Co., LTD. */
/* */
/* System Name : uPLAT7D series */
/* Module Name : uPLAT7D system Remap driver definition include file */
/* File Name : drv_remap.h */
/* Revision : 01.00 */
/* Date : 2006/1/25 initial version */
/* */
/**********************************************************************************/
#ifndef DRV_REMAP_H
#define DRV_REMAP_H
/***********************************/
/* type definition */
/***********************************/
/***********************************/
/* Functions prototype */
/***********************************/
extern int16_t smpDrv_OpenRemap( uint8_t expand_area );
extern int16_t smpDrv_CloseRemap( void );
extern int16_t smpDrv_IoctlRemap( uint16_t cmd, uint32_t arg );
#endif /* DRV_REMAP_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?