1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2 * vim:expandtab:shiftwidth=8:tabstop=8:
4 * Copyright (C) 2002 Cluster File Systems, Inc.
6 * This file is part of Lustre, http://www.lustre.org.
8 * Lustre is free software; you can redistribute it and/or
9 * modify it under the terms of version 2 of the GNU General Public
10 * License as published by the Free Software Foundation.
12 * Lustre is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with Lustre; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 #define DEBUG_SUBSYSTEM S_CLASS
24 #include <linux/lprocfs_status.h>
25 #include <linux/obd_class.h>
27 static struct lprocfs_vars lprocfs_gks_module_vars[] = { {0} };
28 static struct lprocfs_vars lprocfs_gks_obd_vars[] = { {0} };
30 static struct lprocfs_vars lprocfs_gkt_module_vars[] = { {0} };
31 static struct lprocfs_vars lprocfs_gkt_obd_vars[] = { {0} };
33 static struct lprocfs_vars lprocfs_gkc_module_vars[] = { {0} };
34 static struct lprocfs_vars lprocfs_gkc_obd_vars[] = { {0} };
36 LPROCFS_INIT_VARS(gks, lprocfs_gks_module_vars, lprocfs_gks_obd_vars)
37 LPROCFS_INIT_VARS(gkt, lprocfs_gkt_module_vars, lprocfs_gkt_obd_vars)
38 LPROCFS_INIT_VARS(gkc, lprocfs_gkc_module_vars, lprocfs_gkc_obd_vars)