change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8830 / chip_internal.h
1 /******************************************************************************
2  ** File Name:      chip_drv_init.h                                           *
3  ** Author:         Jeff Li                                                   *
4  ** DATE:           06/09/2010                                                *
5  ** Copyright:      2002 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:    This file defines the interfaces called during system and *
7  **                 driver initialization, which export to init.c of refbase. *
8  ******************************************************************************
9
10  ******************************************************************************
11  **                        Edit History                                       *
12  ** ------------------------------------------------------------------------- *
13  ** DATE           NAME             DESCRIPTION                               *
14  ** 06/09/2010     Jeff.Li          Create.                                   *
15  ******************************************************************************/
16 #ifndef _CHIP_DRV_INIT_H_
17 #define _CHIP_DRV_INIT_H_
18
19 #include "chip_init_drvapi.h"
20
21 #endif //_CHIP_DRV_INIT_H_
22