summaryrefslogtreecommitdiff
path: root/gl/modules/dev-map
diff options
context:
space:
mode:
Diffstat (limited to 'gl/modules/dev-map')
-rw-r--r--gl/modules/dev-map23
1 files changed, 23 insertions, 0 deletions
diff --git a/gl/modules/dev-map b/gl/modules/dev-map
new file mode 100644
index 000000000..91f437b27
--- /dev/null
+++ b/gl/modules/dev-map
@@ -0,0 +1,23 @@
+Description:
+maintain a mapping of dev_t numbers to small integers
+
+Files:
+lib/dev-map.c
+lib/dev-map.h
+
+Depends-on:
+hash
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += dev-map.c dev-map.h
+
+Include:
+"dev-map.h"
+
+License
+GPL
+
+Maintainer:
+Jim Meyering