📄 drvfs_io.h
字号:
//---------------------------------------------------------------------------------
//
// Copyright (C) SEIKO EPSON CORP. 2004
//
// GROUP : SEE LSI
// FILE : drvFS_IO.h
// MODULE : storage module
// Function description : Driver-IO
// Revision history :
// Date userName Description
// 2004/04/15 David start
//
// Notes :
//
//---------------------------------------------------------------------------------
#ifndef _DRVFS_IO_H_
#define _DRVFS_IO_H_
/****************************************************************************
* Prototype, Definition *
****************************************************************************/
void DrvFS_IO_InitSmt(unsigned char);
void DrvFS_IO_SelSmt(unsigned char);
#endif _DRVFS_IO_H_
/**** End of file ***********************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -