f4468b2b69cc3070e1f9c01e33b4166a1a66eca3
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8830 / chip_drv_config.h
1 /******************************************************************************
2  ** File Name:    chip_drv_config.h                                            *
3  ** Author:       steve.zhan                                                 *
4  ** DATE:         11/13/2005                                                  *
5  ** Copyright:    2010  Spreatrum, Incoporated. All Rights Reserved.           *
6  ** Description:                                                              *
7  ******************************************************************************/
8 /******************************************************************************
9  **                   Edit    History                                         *
10  **---------------------------------------------------------------------------*
11  ** DATE          NAME            DESCRIPTION                                 *
12  ** 06/05/2010    Steve.zhan      Create.                                     *
13  ******************************************************************************/
14 #ifndef _CHIP_DRV_CONFIG_H_
15 #define _CHIP_DRV_CONFIG_H_
16 /*----------------------------------------------------------------------------*
17  **                         Dependencies                                      *
18  **------------------------------------------------------------------------- */
19
20 /**---------------------------------------------------------------------------*
21  **                             Compiler Flag                                 *
22  **--------------------------------------------------------------------------*/
23 #ifdef   __cplusplus
24 extern   "C"
25 {
26 #endif
27 /**---------------------------------------------------------------------------*
28 **                               Micro Define                                **
29 **---------------------------------------------------------------------------*/
30
31 //Special Chip platfrom io
32 #include "sprd_plf_io.h"
33 //Chip module config header files.About some variant param. configs for the module.
34 #include "sprd_module_config.h"
35 //end Chip Module config
36
37 //Chip Global Function(Reg., BASE, Address,)definitions
38 #include "sprd_reg_base.h"
39 //All chip module reg.
40 #include "sprd_module_ver.h"
41
42 #define CHIP_PLATFORM_DEFINED
43
44 /**----------------------------------------------------------------------------*
45 **                         Local Function Prototype                           **
46 **----------------------------------------------------------------------------*/
47
48 /**----------------------------------------------------------------------------*
49 **                           Function Prototype                               **
50 **----------------------------------------------------------------------------*/
51
52
53 /**----------------------------------------------------------------------------*
54 **                         Compiler Flag                                      **
55 **----------------------------------------------------------------------------*/
56 #ifdef   __cplusplus
57 }
58 #endif
59 /**---------------------------------------------------------------------------*/
60 #endif
61 // End