summaryrefslogtreecommitdiff
path: root/include/linux/rtc-pxa.h
blob: 71bc45f060fc674aa7b75a956218b473a1ad92e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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 */