/* * include/linux/rtc-pxa.h * * RTC PXA Header file * * Copyright (C) 2010 Marvell International Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __LINUX_RTC_PXA_H #define __LINUX_RTC_PXA_H extern int pxa_rtc_sync_time(unsigned int ticks); #endif /* __LINUX_RTC_PXA_H */