add more ioctl stuff
[openwrt-10.03/.git] / package / openwrt / mtd.c
index 37dbd1212508e13bcb74146e76161adbd08e37fc..528eef3c2c1f08286471f07857cc29eaf32f094c 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * mtd.c
+ * mtd - simple memory technology device manipulation tool
  *
  * Copyright (C) 2005 Waldemar Brodkorb <wbx@dass-it.de>
  *
- * $Id$
- *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
@@ -23,6 +21,8 @@
  * it is mainly code from the linux-mtd project, which accepts the same
  * command line arguments as the broadcom utility
  * 
+ * $Id$
+ *
  */
 
 #include <limits.h>