mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-06 17:18:29 +03:00
16 lines
252 B
C
16 lines
252 B
C
/*
|
|
* Copyright (C) 2004 Red Hat Inc
|
|
*
|
|
* This file is released under the GPL.
|
|
*/
|
|
|
|
#ifndef _LVM_FILTER_SYSFS_H
|
|
#define _LVM_FILTER_SYSFS_H
|
|
|
|
#include "config.h"
|
|
#include "dev-cache.h"
|
|
|
|
struct dev_filter *sysfs_filter_create(const char *proc);
|
|
|
|
#endif
|