summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2012-11-08 11:52:23 +0100
committerKarel Zak2012-11-08 11:59:36 +0100
commitf308ec19a71327b5601915ce6f8064eefe6ee0d5 (patch)
tree8b051b874848ea710e584e18751451e1bfe962eb /include/pathnames.h
parentdocs: update TODO file (diff)
downloadkernel-qcow2-util-linux-f308ec19a71327b5601915ce6f8064eefe6ee0d5.tar.gz
kernel-qcow2-util-linux-f308ec19a71327b5601915ce6f8064eefe6ee0d5.tar.xz
kernel-qcow2-util-linux-f308ec19a71327b5601915ce6f8064eefe6ee0d5.zip
libmount: add private mnt_get_kernel_cmdline_option()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 58bba519a..a7f33fed5 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -152,5 +152,8 @@
/* wdctl path */
#define _PATH_WATCHDOG_DEV "/dev/watchdog"
+/* kernel command line */
+#define _PATH_PROC_CMDLINE "/proc/cmdline"
+
#endif /* PATHNAMES_H */