mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
16 lines
292 B
C
16 lines
292 B
C
/*
|
|
* Copyright (C) 2001 Sistina Software (UK) Limited.
|
|
*
|
|
* This file is released under the GPL.
|
|
*/
|
|
|
|
#ifndef _LVM_FORMAT1_H
|
|
#define _LVM_FORMAT1_H
|
|
|
|
#include "metadata.h"
|
|
|
|
struct io_space *create_lvm1_format(const char *prefix, struct pool *mem,
|
|
struct dev_filter *filter);
|
|
|
|
#endif
|