/* LINTLIBRARY */
/* PROTOLIB1 */

/*
 * Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */
#pragma ident	"@(#)llib-lefi	1.1	02/10/10 SMI"

#include <sys/efi_partition.h>
#include <pkginfo.h>

/*
 * usr/src/lib/libefi
 */
/* rdwr_efi.c */
int efi_alloc_and_init(int fd, uint32_t nparts, struct dk_gpt **vtoc);
int efi_alloc_and_read(int fd, struct dk_gpt **vtoc);
int efi_write(int fd, struct dk_gpt *vtoc);
void efi_free(struct dk_gpt *);

