change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8830 / uartcom_drv.h
1 /******************************************************************************
2  ** File Name:      uartcom_drv.h                                             *
3  ** Author:         Zhengjiang.Lei                                            *
4  ** DATE:           11/03/2005                                                *
5  ** Copyright:      2005 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:    This file defines the basic operation interfaces of       *
7  **                      serrial device. It manages create, send, receive     *
8  **                      interface of serrial port.                           *
9  ******************************************************************************
10
11  ******************************************************************************
12  **                        Edit History                                       *
13  ** --------------------------------------------------------------------------*
14  ** DATE           NAME             DESCRIPTION                               *
15  ** 11/03/2005     Zhengjiang.Lei     Create.                                 *
16  ** 07/04/2007     David.Jia       CR 82866, add UART_GetRxFifoCnt.           *
17  ** 02/09/2008     Tao.Zhou        driver arrangement                         *
18  ******************************************************************************/
19 #ifndef _UARTCOM_DRV_H_
20 #define _UARTCOM_DRV_H_
21
22 /**---------------------------------------------------------------------------*
23  **                         Dependencies                                      *
24  **---------------------------------------------------------------------------*/
25 #include "sci_types.h"
26 #include "os_api.h"
27 #include "sc_reg.h"
28 #include "isr_drvapi.h"
29 #include "rtc_drvapi.h"
30 #ifndef WIN32
31 #include "sio.h"
32 #endif
33
34 #include "timer_drvapi.h"
35 #include "adc_drvapi.h"
36 #include "chip.h"
37
38 #include "uart_drvapi.h"
39
40 #endif
41
42