📄 linuette_machine.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -