summaryrefslogtreecommitdiff
path: root/checkfs/common.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>2006-04-11 19:09:16 -0400
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>2006-04-11 19:09:16 -0400
commit72212c137c574b564723327af751c4054c7cfca6 (patch)
tree13be2da9d4be695002d6ea9c396660c986e5fa5c /checkfs/common.h
Initial commit
Diffstat (limited to 'checkfs/common.h')
-rw-r--r--checkfs/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/checkfs/common.h b/checkfs/common.h
new file mode 100644
index 0000000..1d33f8b
--- /dev/null
+++ b/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