upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / usb / host / s3c-otg / s3c-otg-common-common.h
1 /****************************************************************************
2  *  (C) Copyright 2008 Samsung Electronics Co., Ltd., All rights reserved
3  *
4  * @file   s3c-otg-common-common.h
5  * @brief  it includes common header files for all modules \n
6  * @version
7  *  ex)-# Jun 11,2008 v1.0 by SeungSoo Yang (ss1.yang@samsung.com) \n
8  *    : Creating the initial version of this code \n
9  * @see None
10  ****************************************************************************/
11 /****************************************************************************
12  * This program is free software; you can redistribute it and/or modify
13  * it under the terms of the GNU General Public License as published by
14  * the Free Software Foundation; either version 2 of the License, or
15  * (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25  ****************************************************************************/
26
27 #ifndef _S3C_OTG_COMMON_COMMON_H_
28 #define _S3C_OTG_COMMON_COMMON_H_
29
30 #ifdef __cplusplus
31 extern "C"
32 {
33 #endif
34
35 //#include "s3c-otg-common-typedef.h"
36 #include "s3c-otg-common-errorcode.h"
37 #include <linux/errno.h>
38 #include <linux/usb.h>
39
40 //Define OS
41 #define LINUX   1
42
43 //Kernel Version
44 #define KERNEL_2_6_21
45
46 #ifdef __cplusplus
47 }
48 #endif
49 #endif /* _S3C_OTG_COMMON_COMMON_H_ */