tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc9630 / chip_drv_config_extern.h
1 /******************************************************************************
2  ** File Name:    chip_drv_config_extern.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_EXTERN_H_
15 #define _CHIP_DRV_CONFIG_EXTERN_H_
16 /*----------------------------------------------------------------------------*
17  **                         Dependencies                                      *
18  **------------------------------------------------------------------------- */
19 #include <config.h>
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_extern.h"
41
42 /**----------------------------------------------------------------------------*
43 **                         Local Function Prototype                           **
44 **----------------------------------------------------------------------------*/
45
46 /**----------------------------------------------------------------------------*
47 **                           Function Prototype                               **
48 **----------------------------------------------------------------------------*/
49
50
51 /**----------------------------------------------------------------------------*
52 **                         Compiler Flag                                      **
53 **----------------------------------------------------------------------------*/
54 #ifdef   __cplusplus
55 }
56 #endif
57 /**---------------------------------------------------------------------------*/
58 #endif
59 // End
60
61