Whamcloud - gitweb
Lproc-snmp code drop
[fs/lustre-release.git] / lustre / include / linux / obd_echo.h
1 #ifndef _OBD_ECHO_H
2 #define _OBD_ECHO_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
11 #ifndef OBD_ECHO_DEVICENAME
12 #define OBD_ECHO_DEVICENAME "obdecho"
13 #endif
14
15 extern struct obd_ops echo_obd_ops;
16
17 #endif
18