change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8825 / tasks_def.h
1 /******************************************************************************
2  ** File Name:      tasks_def.h                                               *
3  ** Author:         Tracy Zhang                                               *
4  ** Date:           2010-09-28                                                *
5  ** Copyright:      Copyright 2001-2010 by Spreadtrum Communications,Inc.     *
6  **                 All Rights Reserved.                                      *
7  **                 This software is supplied under the terms of a license    *
8  **                 agreement or non-disclosure agreement with Spreadtrum.    *
9  **                 Passing on and copying of this document,and communication *
10  **                 of its contents is not permitted without prior written    *
11  **                 authorization.                                            *
12  ** Description:    It contains the structure and enum generated by SDL.
13  ******************************************************************************
14
15  ******************************************************************************
16  **                        Edit History                                       *
17  ** --------------------------------------------------------------------------*
18  ** Date           Name             Description                               *
19  **---------------------------------------------------------------------------*
20  ** 2010-09-28     Tracy Zhang      Create.                                   *
21  ******************************************************************************/
22 #ifndef _TASKS_DEF_H
23 #define _TASKS_DEF_H
24
25 #if defined(PRODUCT_DM) || defined(TIANLONG_MOCOR)
26 #define CUSTOMIZED_STATIC_TASKS   \
27     P_DLR, \
28     P_GMM, \
29     P_Llmain, \
30     P_RRC, \
31     P_RlRouter, \
32     P_SCT, \
33     P_SMmain, \
34     P_SNDCPMain, \
35     P_cmrouter, \
36     P_MAC, \
37     P_processMM, \
38     P_rlc, 
39
40
41 #define CUSTOMIZED_DYNAMIC_TASKS   \
42     P_DLC, \
43     P_Llentity, \
44     P_SNDCPEntity,
45
46 #else  /* else of PRODUCT_DM*/
47
48 #if defined(_SUPPORT_GPRS_) || defined(GPRS_SUPPORT)
49 #include "tasks_def_gsmgprs.h"
50 #else
51 #include "tasks_def_gsmonly.h"
52 #endif
53
54 #endif  /* end of PRODUCT_DM*/
55
56 #endif
57
58