summaryrefslogtreecommitdiff
path: root/polux/tools/mtd-utils/checkfs/common.h
diff options
context:
space:
mode:
authorJean-Philippe SAVE2012-02-20 16:38:56 +0100
committerJean-Philippe SAVE2012-02-20 16:38:56 +0100
commit55a15cc820e926219ebce47218ce1e2f35bb0c48 (patch)
treedba3ff39a766e47859ab7fd837d8da5d30b56b1f /polux/tools/mtd-utils/checkfs/common.h
parent1353d3215782b997fdec3f9182cbda547d92d7e9 (diff)
parentcfc4d43d4d19c398d994b75cb1eeda3c499bd234 (diff)
Add polux base by subtree merge
Diffstat (limited to 'polux/tools/mtd-utils/checkfs/common.h')
-rw-r--r--polux/tools/mtd-utils/checkfs/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/polux/tools/mtd-utils/checkfs/common.h b/polux/tools/mtd-utils/checkfs/common.h
new file mode 100644
index 0000000000..1d33f8bb18
--- /dev/null
+++ b/polux/tools/mtd-utils/checkfs/common.h
@@ -0,0 +1,7 @@
+/* $Id: common.h,v 1.1 2001/06/21 23:07:56 dwmw2 Exp $ */
+//this .h file is common to both the file creation utility and
+//the file checking utility.
+#define TRUE 1
+#define FALSE 0
+
+#define MAX_NUM_FILES 100