summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2009-09-18 13:07:05 +0200
committerKarel Zak2009-09-18 13:07:05 +0200
commit7ef93b3eff22c6671c12621fef26853c907435ec (patch)
tree28ab17d1666cb64c4a7ba2593dc82d3551e5bf8a /include/pathnames.h
parentlibblkid: fix blkid_devno_to_wholedisk() (diff)
downloadkernel-qcow2-util-linux-7ef93b3eff22c6671c12621fef26853c907435ec.tar.gz
kernel-qcow2-util-linux-7ef93b3eff22c6671c12621fef26853c907435ec.tar.xz
kernel-qcow2-util-linux-7ef93b3eff22c6671c12621fef26853c907435ec.zip
libblkid: add blkid_driver_has_major()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index f958a13bc..efe5c3bc8 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -74,6 +74,7 @@
#define _PATH_PROC_FILESYSTEMS "/proc/filesystems"
#define _PATH_PROC_MOUNTS "/proc/mounts"
#define _PATH_PROC_PARTITIONS "/proc/partitions"
+#define _PATH_PROC_DEVICES "/proc/devices"
#ifndef _PATH_MOUNTED
# ifdef MOUNTED /* deprecated */