Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / drivers / xen / sfc_netback / ci / tools / config.h
1 /****************************************************************************
2  * Copyright 2002-2005: Level 5 Networks Inc.
3  * Copyright 2005-2008: Solarflare Communications Inc,
4  *                      9501 Jeronimo Road, Suite 250,
5  *                      Irvine, CA 92618, USA
6  *
7  * Maintained by Solarflare Communications
8  *  <linux-xen-drivers@solarflare.com>
9  *  <onload-dev@solarflare.com>
10  *
11  * This program is free software; you can redistribute it and/or modify it
12  * under the terms of the GNU General Public License version 2 as published
13  * by the Free Software Foundation, incorporated herein by reference.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
23  ****************************************************************************
24  */
25
26 /*! \cidoxg_include_ci_tools */
27
28 #ifndef __CI_TOOLS_CONFIG_H__
29 #define __CI_TOOLS_CONFIG_H__
30
31
32 /**********************************************************************
33  * Debugging.
34  */
35
36 #define CI_INCLUDE_ASSERT_VALID           0
37
38 /* Set non-zero to allow info about who has allocated what to appear in
39  * /proc/drivers/level5/mem.
40  * However - Note that doing so can lead to segfault when you unload the
41  * driver, and other weirdness.  i.e. I don't think the code for is quite
42  * right (written by Oktet, hacked by gel), but it does work well enough to be
43  * useful.
44  */
45 #define CI_MEMLEAK_DEBUG_ALLOC_TABLE      0
46
47
48 #endif  /* __CI_TOOLS_CONFIG_H__ */
49 /*! \cidoxg_end */