tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8825 / rtc_drv.h
1 /******************************************************************************
2  ** File Name:      rtc_drv.h                                                 *
3  ** Author:         Xueliang.Wang                                             *
4  ** DATE:           10/10/2002                                                *
5  ** Copyright:      2002 Spreatrum, Incoporated. All Rights Reserved.         *
6  ** Description:    This is temporarily file for old interfaces of RTC device*
7  ******************************************************************************/
8
9 #ifndef _RTC_DRV_H_
10 #define _RTC_DRV_H_
11
12 #include "tb_hal.h"
13
14 #define HAL_InitRtc             RTC_Init
15
16 #include "rtc_drvapi.h"
17
18 #endif //_RTC_DRV_H_
19
20 /* End of rtc_drv.h */