linuette_machine.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * linuette_machine.h
  3.  *
  4.  * vendor/machine specifice ioctl function
  5.  *
  6.  * Author: Yong-iL Joh <tolkien@mizi.com>
  7.  * Date  : $Date: 2002/08/05 10:49:37 $ 
  8.  *
  9.  * $Revision: 1.1.2.5 $
  10.  */
  11. /* extended ioctl for MTD
  12.  * change the permission of MTDPART
  13.  */
  14. #define MEMCHMODPART _IOWR('M', 0xf0, struct mtd_info_user)
  15. /*
  16.  * for SmartMedia Card
  17.  * 'h' is Charon filesystem <zapman@interlan.net>
  18.  * see Documentation/ioctl-number.txt
  19.  */
  20. #define SM_FORMAT _IO ('h', 0x90)
  21. #define SM_FORMAT_LOW _IO ('h', 0x91)
  22. /*
  23.  | $Id: linuette_machine.h,v 1.1.2.5 2002/08/05 10:49:37 cgjeong Exp $
  24.  |
  25.  | Local Variables:
  26.  | mode: c
  27.  | mode: font-lock
  28.  | version-control: t
  29.  | delete-old-versions: t
  30.  | End:
  31.  |
  32.  | -*- End-Of-File -*-
  33.  */