06b7bc0f727b036e9d2076c3195c1883b22fb83c
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-tiger / syscnt_drv.h
1 /******************************************************************************
2  ** File Name:      syscnt_drv.h                                                 *
3  ** Author:         Nick.zhao                                                  *
4  ** DATE:           01/20/2007                                                *
5  ** Copyright:      2002 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:    This file define the basic interfaces of System Counter     *
7  ******************************************************************************
8
9  ******************************************************************************
10  **                        Edit History                                       *
11  ** ------------------------------------------------------------------------- *
12  ** DATE           NAME             DESCRIPTION                               *
13  ** 01/20/2007     Nick.zhao        Create.                                   *
14  ******************************************************************************/
15 #ifndef _SYSCNT_DRV_H_
16 #define _SYSCNT_DRV_H_
17
18 #include "sci_types.h"
19 #include "com_drvapi.h"
20 #include "chip.h"
21 #include "syscnt_drvapi.h"
22
23 #endif //_SYSCNT_DRV_H_
24