Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git] / drivers / staging / cxt1e1 / sbeproc.h
blob37285df359c161f1733ebbd3a7bbf0c2e9ba32d0
1 #ifndef _INC_SBEPROC_H_
2 #define _INC_SBEPROC_H_
4 /*-----------------------------------------------------------------------------
5 * sbeproc.h -
7 * Copyright (C) 2004-2005 SBE, Inc.
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * For further information, contact via email: support@sbei.com
20 * SBE, Inc. San Ramon, California U.S.A.
21 *-----------------------------------------------------------------------------
25 #ifdef CONFIG_PROC_FS
26 void sbecom_proc_brd_cleanup (ci_t *);
27 int __init sbecom_proc_brd_init (ci_t *);
29 #else
31 static inline void sbecom_proc_brd_cleanup(ci_t *ci)
35 static inline int __init sbecom_proc_brd_init(ci_t *ci)
37 return 0;
40 #endif /*** CONFIG_PROC_FS ***/
42 #endif /*** _INC_SBEPROC_H_ ***/