change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8830 / driver_export.h
1 /******************************************************************************
2  ** File Name:      driver_export.h                                                *
3  ** Author:         Benjamin.Wang                                             *
4  ** DATE:           29/11/2004                                                *
5  ** Copyright:      2003 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:    This file defines the prototypes of driver_export.c .                                *
7  ******************************************************************************
8
9  ******************************************************************************
10  **                        Edit History                                       *
11  ** ------------------------------------------------------------------------- *
12  ** DATE           NAME             DESCRIPTION                               *
13  ** 29/11/2004     Benjamin.Wang     Create.                                  *
14  ******************************************************************************/
15
16 #ifndef _DRIVER_EXPORT_H
17 #define _DRIVER_EXPORT_H
18
19 /**---------------------------------------------------------------------------*
20  **                         Dependencies                                      *
21  **---------------------------------------------------------------------------*/
22 #include "tb_drv.h"
23 #include "iram_mgr.h"
24
25 #ifdef __cplusplus
26 extern   "C"
27 {
28 #endif
29
30 /**---------------------------------------------------------------------------*
31  **                         MACRO Definations                                     *
32  **---------------------------------------------------------------------------*/
33
34 /**---------------------------------------------------------------------------*
35  **                         Data Structures                                   *
36  **---------------------------------------------------------------------------*/
37
38
39 /**---------------------------------------------------------------------------*
40  **                         Global Variables                                  *
41  **---------------------------------------------------------------------------*/
42
43 /**---------------------------------------------------------------------------*
44  **                         Constant Variables                                *
45  **---------------------------------------------------------------------------*/
46
47 /**---------------------------------------------------------------------------*
48  **                         Function Prototypes                               *
49  **---------------------------------------------------------------------------*/
50
51 /*****************************************************************************/
52 //  Description:    Get IRAM information used by ARM
53 //  Global resource dependence:
54 //  Author:
55 //  Note:           return num by input param and return the const array pointer
56 /*****************************************************************************/
57 IRAM_AREA *GetIRAMSet (uint32 *count);
58
59 #ifdef __cplusplus
60 }
61 #endif
62
63 #endif  // _DRIVER_EXPORT_H
64