summaryrefslogtreecommitdiff
path: root/include/parted/fdasd.in.h
diff options
context:
space:
mode:
authorNageswara R Sastry <rnsastry@linux.vnet.ibm.com>2013-08-21 16:36:08 -0700
committerBrian C. Lane <bcl@redhat.com>2014-04-29 11:42:23 -0700
commit95649fc7d025a68074c8a00581bd24d2bd7751bc (patch)
tree5f0389401df04142785d78ad2488213f30b7fbb2 /include/parted/fdasd.in.h
parentcbec53fdb9c8b244b497e42b0b215a8276803a88 (diff)
downloadparted-95649fc7d025a68074c8a00581bd24d2bd7751bc.tar.gz
libparted: mklabel to support EAV DASD
Extended Address Volume (EAV) DASDs are ECKD DASDs with more than 65520 cylinders. This patch adds support for mklabel to properly handle unformatted EAV DASDs. Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
Diffstat (limited to 'include/parted/fdasd.in.h')
-rw-r--r--include/parted/fdasd.in.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/parted/fdasd.in.h b/include/parted/fdasd.in.h
index b4e7dd1..3692596 100644
--- a/include/parted/fdasd.in.h
+++ b/include/parted/fdasd.in.h
@@ -288,7 +288,6 @@ void fdasd_get_geometry (const PedDevice *dev, fdasd_anchor_t *anc, int fd);
void fdasd_check_api_version (fdasd_anchor_t *anc, int fd);
int fdasd_check_volume (fdasd_anchor_t *anc, int fd);
int fdasd_write_labels (fdasd_anchor_t *anc, int fd);
-int fdasd_invalid_vtoc_pointer(fdasd_anchor_t *anc);
void fdasd_recreate_vtoc(fdasd_anchor_t *anc);
partition_info_t * fdasd_add_partition (fdasd_anchor_t *anc,
unsigned int start, unsigned int stop);