upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / usb / host / s3c-otg / s3c-otg-transferchecker-checker.h
1 /****************************************************************************
2  *  (C) Copyright 2008 Samsung Electronics Co., Ltd., All rights reserved
3  *
4  *  [File Name]   : DoneTransferChecker.h
5  *  [Description] : The Header file defines the external and internal functions of S3CDoneTransferChecker.
6  *  [Author]      : Yang Soon Yeal { syatom.yang@samsung.com }
7  *  [Department]  : System LSI Division/System SW Lab
8  *  [Created Date]: 2008/06/12
9  *  [Revision History]
10  *      (1) 2008/06/12   by Yang Soon Yeal { syatom.yang@samsung.com }
11  *          - Created this file and defines functions of S3CDoneTransferChecker
12  *
13  ****************************************************************************/
14 /****************************************************************************
15  * This program is free software; you can redistribute it and/or modify
16  * it under the terms of the GNU General Public License as published by
17  * the Free Software Foundation; either version 2 of the License, or
18  * (at your option) any later version.
19  *
20  * This program is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23  * GNU General Public License for more details.
24  *
25  * You should have received a copy of the GNU General Public License
26  * along with this program; if not, write to the Free Software
27  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28  ****************************************************************************/
29
30 #ifndef  _DONE_TRANSFER_CHECKER_H
31 #define  _DONE_TRANSFER_CHECKER_H
32
33 /*
34 // ----------------------------------------------------------------------------
35 // Include files : None.
36 // ----------------------------------------------------------------------------
37 */
38
39 //#include "s3c-otg-common-typedef.h"
40 #include "s3c-otg-common-const.h"
41 #include "s3c-otg-common-errorcode.h"
42 #include "s3c-otg-common-datastruct.h"
43
44 #include "s3c-otg-hcdi-debug.h"
45
46
47
48 #ifdef __cplusplus
49 extern "C"
50 {
51 #endif
52
53
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59
60 #endif
61
62
63
64
65
66