linuette_machine.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
- /*
- * 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 -*-
- */