change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-tiger / sci_api.h
1 /******************************************************************************
2  ** File Name:      sci_api.h                                                 *
3  ** Author:         Richard Yang                                              *
4  ** DATE:           11/10/2001                                                *
5  ** Copyright:      2001 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:                                                              *
7  ******************************************************************************
8
9  ******************************************************************************
10  **                        Edit History                                       *
11  ** ------------------------------------------------------------------------- *
12  ** DATE           NAME             DESCRIPTION                               *
13  ** 11/10/2001     Richard.Yang     Create.                                   *
14  ** 08/01/2002     Xueliang.Wang    Add some macros.                          *
15  ** 11/15/2002     Xueliang.Wang    Move some function prototype to os_api.h  *
16  ******************************************************************************/
17
18 #ifndef _SCI_API_H
19 #define _SCI_API_H
20
21 /**---------------------------------------------------------------------------*
22  **                         Dependencies                                      *
23  **---------------------------------------------------------------------------*/
24 #include "sci_log.h"
25 #include "os_api.h"
26
27 /**---------------------------------------------------------------------------*
28  **                         Compiler Flag                                     *
29  **---------------------------------------------------------------------------*/
30 #ifdef __cplusplus
31     extern   "C"
32     {
33 #endif
34
35 #ifdef __cplusplus
36     }
37 #endif
38
39 #endif // End _SCI_API_H