mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
16 lines
249 B
C
16 lines
249 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_lvm_v1_format(struct dev_filter *filter);
|
||
|
|
||
|
#endif
|