1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/metadata/lv_alloc.h

12 lines
230 B
C
Raw Normal View History

2003-09-15 22:22:50 +04:00
/*
* Copyright (C) 2003 Sistina Software (UK) Limited.
*
* This file is released under the LGPL.
*/
#ifndef _LVM_LV_ALLOC_H
#include "pool.h"
2004-03-26 23:35:14 +03:00
struct lv_segment *alloc_lv_segment(struct pool *mem, uint32_t num_areas);
2003-09-15 22:22:50 +04:00
#endif