mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
12 lines
228 B
C
12 lines
228 B
C
/*
|
|
* Copyright (C) 2003 Sistina Software (UK) Limited.
|
|
*
|
|
* This file is released under the LGPL.
|
|
*/
|
|
|
|
#ifndef _LVM_LV_ALLOC_H
|
|
#include "pool.h"
|
|
|
|
struct lv_segment *alloc_lv_segment(struct pool *mem, uint32_t stripes);
|
|
#endif
|