1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-19 14:04:17 +03:00

16 lines
257 B
C
Raw Normal View History

2001-11-09 08:48:22 +00:00
/*
* Copyright (C) 2001 Sistina Software (UK) Limited.
*
* This file is released under the LGPL.
*/
#ifndef _LVM_FS_H
#define _LVM_FS_H
#include "metadata.h"
2001-11-12 11:42:29 +00:00
int fs_add_lv(struct logical_volume *lv);
int fs_del_lv(struct logical_volume *lv);
2001-11-09 08:48:22 +00:00
#endif