summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/superblocks/superblocks.h
diff options
context:
space:
mode:
authorKarel Zak2009-07-28 14:11:45 +0200
committerKarel Zak2009-09-15 20:28:36 +0200
commit1e3cf6a27c630443c016192801d98254ac886b6f (patch)
treeb429cb59bd635071ecab71ee10259067a1cdaea7 /shlibs/blkid/src/superblocks/superblocks.h
parentlibblkid: move FS/raid stuff to superblocks directory (diff)
downloadkernel-qcow2-util-linux-1e3cf6a27c630443c016192801d98254ac886b6f.tar.gz
kernel-qcow2-util-linux-1e3cf6a27c630443c016192801d98254ac886b6f.tar.xz
kernel-qcow2-util-linux-1e3cf6a27c630443c016192801d98254ac886b6f.zip
libblkid: use superblocks.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/blkid/src/superblocks/superblocks.h')
-rw-r--r--shlibs/blkid/src/superblocks/superblocks.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/shlibs/blkid/src/superblocks/superblocks.h b/shlibs/blkid/src/superblocks/superblocks.h
index 78dbd4065..d8e32a130 100644
--- a/shlibs/blkid/src/superblocks/superblocks.h
+++ b/shlibs/blkid/src/superblocks/superblocks.h
@@ -1,11 +1,13 @@
/*
- * Copyright (C) 2008 Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2008-2009 Karel Zak <kzak@redhat.com>
*
* This file may be redistributed under the terms of the
* GNU Lesser General Public License.
*/
-#ifndef _BLKID_PROBE_H
-#define _BLKID_PROBE_H
+#ifndef _BLKID_SUPERBLOCKS_H
+#define _BLKID_SUPERBLOCKS_H
+
+#include "blkidP.h"
extern const struct blkid_idinfo cramfs_idinfo;
extern const struct blkid_idinfo swap_idinfo;
@@ -58,4 +60,4 @@ extern const struct blkid_idinfo xenix_idinfo;
extern const struct blkid_idinfo btrfs_idinfo;
extern const struct blkid_idinfo zfs_idinfo;
-#endif /* _BLKID_PROBE_H */
+#endif /* _BLKID_SUPERBLOCKS_H */