summaryrefslogtreecommitdiff
path: root/include/limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/limits.h')
-rw-r--r--include/limits.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/limits.h b/include/limits.h
new file mode 100644
index 0000000..d4a3190
--- /dev/null
+++ b/include/limits.h
@@ -0,0 +1,12 @@
+/**
+ * @file limits.h
+ *
+ * @author Freya Murphy <freya@freyacat.org>
+ *
+ * System limits
+ */
+
+#define MAX_FILE_NAME_LEN 256
+#define MAX_OPEN_FILES 256
+
+#define MAX_DISKS 8