#ifndef _OBD_ECHO_H #define _OBD_ECHO_H /* * Copyright (C) 2001 Cluster File Systems, Inc. * * This code is issued under the GNU General Public License. * See the file COPYING in this distribution */ #ifndef OBD_ECHO_DEVICENAME #define OBD_ECHO_DEVICENAME "obdecho" #endif extern struct obd_ops echo_obd_ops; #endif