summaryrefslogtreecommitdiffstats
path: root/fdisks/fdiskdoslabel.h
diff options
context:
space:
mode:
authorKarel Zak2012-07-23 14:07:35 +0200
committerKarel Zak2012-07-23 14:07:35 +0200
commit6718834075f299098cc170fd2a2e420725f022d0 (patch)
tree41f6c79ccf659ab120c735f3a0f7dc07dd4ba3ac /fdisks/fdiskdoslabel.h
parentfdisk: move DOS geometry code from generic part to label specific (diff)
downloadkernel-qcow2-util-linux-6718834075f299098cc170fd2a2e420725f022d0.tar.gz
kernel-qcow2-util-linux-6718834075f299098cc170fd2a2e420725f022d0.tar.xz
kernel-qcow2-util-linux-6718834075f299098cc170fd2a2e420725f022d0.zip
fdisk: move label specific stuff to fdiskdoslabel.c
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdiskdoslabel.h')
-rw-r--r--fdisks/fdiskdoslabel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fdisks/fdiskdoslabel.h b/fdisks/fdiskdoslabel.h
index a62c08f6d..6096d7333 100644
--- a/fdisks/fdiskdoslabel.h
+++ b/fdisks/fdiskdoslabel.h
@@ -47,4 +47,6 @@ extern void dos_add_partition(struct fdisk_context *cxt, int n, int sys);
extern void dos_new_partition(struct fdisk_context *cxt);
extern void dos_write_table(struct fdisk_context *cxt);
+extern int mbr_is_valid_magic(unsigned char *b);
+
#endif