wmr.h

来自「6410BSP3」· C头文件 代码 · 共 42 行

H
42
字号
/*****************************************************************************/
/*                                                                           */
/* PROJECT : AnyStore II WMR v1.4.0                                          */
/* MODULE  :                                                                 */
/* NAME    : WMR include file                                                */
/* FILE    : WMR.h                                                           */
/* PURPOSE : this file contains the include files of WMR                     */
/*                                                                           */
/*---------------------------------------------------------------------------*/
/*                                                                           */
/*          COPYRIGHT 2003-2005, SAMSUNG ELECTRONICS CO., LTD.               */
/*                          ALL RIGHTS RESERVED                              */
/*                                                                           */
/*   Permission is hereby granted to licensees of Samsung Electronics        */
/*   Co., Ltd. products to use or abstract this computer program for the     */
/*   sole purpose of implementing NAND based on Samsung                      */
/*   Electronics Co., Ltd. products. No other rights to reproduce, use,      */
/*   or disseminate this computer program, whether in part or in whole,      */
/*   are granted.                                                            */
/*                                                                           */
/*   Samsung Electronics Co., Ltd. makes no representations or warranties    */
/*   with respect to the performance of this computer program, and           */
/*   specifically disclaims any responsibility for any damages,              */
/*   special or consequential, connected with the use of this program.       */
/*                                                                           */
/*---------------------------------------------------------------------------*/
/*                                                                           */
/* REVISION HISTORY                                                          */
/*                                                                           */
/*   18-OCT-2006 [Seungkyu Kim]   : first writing                            */
/*                                                                           */
/*****************************************************************************/

#ifndef _WMR_H_
#define _WMR_H_

#include <FTL.h>
#include <VFL.h>
#include <FIL.h>
#include <config.h>

#endif /* _WMR_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?