tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc9630 / sci_log.h
1 /******************************************************************************
2  ** File Name:      sci_log.h                                                 *
3  ** Author:         Richard Yang                                              *
4  ** DATE:           10/18/2001                                                *
5  ** Copyright:      2001 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:                                                              *
7  ******************************************************************************
8
9  ******************************************************************************
10  **                        Edit History                                       *
11  ** ------------------------------------------------------------------------- *
12  ** DATE           NAME             DESCRIPTION                               *
13  ** 10/18/2001     Richard.Yang     Create.                                   *
14  ** 12/30/2001     Xueliang.Wang    Modified                                  *
15  **                Move log and trace from op_api.h and sci_api.h.            *
16  ******************************************************************************/
17 #ifndef _SCI_LOG_H
18 #define _SCI_LOG_H
19
20 /**---------------------------------------------------------------------------*
21  **                         Dependencies                                      *
22  **---------------------------------------------------------------------------*/
23 #include "sci_types.h"
24
25 /**---------------------------------------------------------------------------*
26  **                         Compiler Flag                                     *
27  **---------------------------------------------------------------------------*/
28 #ifdef __cplusplus
29     extern   "C"
30     {
31 #endif
32
33 /**---------------------------------------------------------------------------*
34  **                         Constant Variables                                *
35  **---------------------------------------------------------------------------*/
36
37 /**----------------------------- ----------------------------------------------*
38  **                         Compiler Flag                                     *
39  **---------------------------------------------------------------------------*/
40 #ifdef __cplusplus
41     }
42 #endif
43
44 #endif /*End sci_log.h*/