Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sbeproc.h
Go to the documentation of this file.
1 #ifndef _INC_SBEPROC_H_
2 #define _INC_SBEPROC_H_
3 
4 /*-----------------------------------------------------------------------------
5  * sbeproc.h -
6  *
7  * Copyright (C) 2004-2005 SBE, Inc.
8  *
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.
13  *
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.
18  *
19  * For further information, contact via email: [email protected]
20  * SBE, Inc. San Ramon, California U.S.A.
21  *-----------------------------------------------------------------------------
22  */
23 
24 
25 #ifdef CONFIG_PROC_FS
26 #ifdef __KERNEL__
29 
30 #endif /*** __KERNEL__ ***/
31 #endif /*** CONFIG_PROC_FS ***/
32 #endif /*** _INC_SBEPROC_H_ ***/