Whamcloud - gitweb
Avoid bogus typecasting.
[fs/lustre-release.git] / lustre / include / linux / obd_filter.h
1 #ifndef _OBD_FILTER_H
2 #define _OBD_FILTER_H
3 /*
4  * Copyright (C) 2001  Cluster File Systems, Inc.
5  *
6  * This code is issued under the GNU General Public License.
7  * See the file COPYING in this distribution
8  */
9
10 #include <linux/obd_class.h>
11
12 #ifndef OBD_FILTER_DEVICENAME
13 #define OBD_FILTER_DEVICENAME "obdfilter"
14 #endif
15
16 extern struct obd_ops filter_obd_ops;
17
18 #endif