tizen 2.4 release
[kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8800g / rtos_cfg.h
1 /******************************************************************************
2  ** File Name:      rtos_cfg.h                                                *
3  ** Author:         Xueliang.Wang                                             *
4  ** DATE:           07/08/2002                                                *
5  ** Copyright:      2002 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:    This file contain some config information on RTOS.        *
7  **                 User can modify it.                                       *
8  ******************************************************************************
9
10  ******************************************************************************
11  **                        Edit History                                       *
12  ** ------------------------------------------------------------------------- *
13  ** DATE           NAME             DESCRIPTION                               *
14  ** 07/08/2002     Xueliang.Wang    Create.                                   *
15  ******************************************************************************/
16
17 #ifndef _RTOS_CFG_H
18 #define _RTOS_CFG_H
19
20 /**---------------------------------------------------------------------------*
21  **                         Dependencies                                      *
22  **---------------------------------------------------------------------------*/
23
24 /**---------------------------------------------------------------------------*
25  **                         Compiler Flag                                     *
26  **---------------------------------------------------------------------------*/
27 #ifdef __cplusplus
28     extern   "C"
29     {
30 #endif
31
32 /**---------------------------------------------------------------------------*
33  **                         Defines                                           *
34  **---------------------------------------------------------------------------*/
35 // Use memory debug code.
36 #define SCI_MEMORY_DEBUG
37
38 // Trace out log message.
39 //#define TRACE_INFO_SUPPORT
40 /**---------------------------------------------------------------------------*
41  **                         Compiler Flag                                     *
42  **---------------------------------------------------------------------------*/
43 #ifdef __cplusplus
44     }
45 #endif
46
47 #endif /* End rtos_cfg.h*/