1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/lib/activate/activate.h

19 lines
358 B
C
Raw Normal View History

/*
* Copyright (C) 2001 Sistina Software (UK) Limited.
*
* This file is released under the GPL.
*/
#ifndef ACTIVATE_H
#define ACTIVATE_H
#include "dmfs-driver.h"
int lv_activate(struct dmfs *dm,
struct volume_group *vg, struct logical_volume *lv);
int lv_deactivate(struct dmfs *dm, struct volume_group *vg,
struct logical_volume *lv);
#endif