summaryrefslogtreecommitdiffstats
path: root/libs/blkid/src/probers/probers.h
diff options
context:
space:
mode:
authorKarel Zak2008-09-06 15:28:40 +0200
committerKarel Zak2009-02-11 23:21:43 +0100
commit51410fc6deb29cae54a2669aafabae6c49f964fc (patch)
tree6117857f4be228ce38b16ba9794c12d7da5641c5 /libs/blkid/src/probers/probers.h
parentblkid: minor changes to library build system (diff)
downloadkernel-qcow2-util-linux-51410fc6deb29cae54a2669aafabae6c49f964fc.tar.gz
kernel-qcow2-util-linux-51410fc6deb29cae54a2669aafabae6c49f964fc.tar.xz
kernel-qcow2-util-linux-51410fc6deb29cae54a2669aafabae6c49f964fc.zip
blkid: add low level probing API
(sorry from the huge patch..) Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libs/blkid/src/probers/probers.h')
-rw-r--r--libs/blkid/src/probers/probers.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/libs/blkid/src/probers/probers.h b/libs/blkid/src/probers/probers.h
new file mode 100644
index 000000000..148800d20
--- /dev/null
+++ b/libs/blkid/src/probers/probers.h
@@ -0,0 +1,22 @@
+/*
+ * probe.h - constants and on-disk structures for extracting device data
+ *
+ * Copyright (C) 1999 by Andries Brouwer
+ * Copyright (C) 1999, 2000, 2003 by Theodore Ts'o
+ * Copyright (C) 2001 by Andreas Dilger
+ * Copyright (C) 2008 Karel Zak <kzak@redhat.com>
+ *
+ * %Begin-Header%
+ * This file may be redistributed under the terms of the
+ * GNU Lesser General Public License.
+ * %End-Header%
+ */
+
+#ifndef _BLKID_PROBE_H
+#define _BLKID_PROBE_H
+
+extern const struct blkid_idinfo cramfs_idinfo;
+extern const struct blkid_idinfo swap_idinfo;
+extern const struct blkid_idinfo swsuspend_idinfo;
+
+#endif /* _BLKID_PROBE_H */