linuette_machine.h

来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 37 行

H
37
字号
/* * linuette_machine.h * * vendor/machine specifice ioctl function * * Author: Yong-iL Joh <tolkien@mizi.com> * Date  : $Date: 2002/08/05 10:49:37 $  * * $Revision: 1.1.2.5 $ *//* extended ioctl for MTD * change the permission of MTDPART */#define MEMCHMODPART		_IOWR('M', 0xf0, struct mtd_info_user)/* * for SmartMedia Card * 'h' is Charon filesystem <zapman@interlan.net> * see Documentation/ioctl-number.txt */#define SM_FORMAT		_IO ('h', 0x90)#define SM_FORMAT_LOW		_IO ('h', 0x91)/* | $Id: linuette_machine.h,v 1.1.2.5 2002/08/05 10:49:37 cgjeong Exp $ | | Local Variables: | mode: c | mode: font-lock | version-control: t | delete-old-versions: t | End: | | -*- End-Of-File -*- */

⌨️ 快捷键说明

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