1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * DS1287 timer functions.
5 * Copyright (C) 2008 Yoichi Yuasa <yuasa@linux-mips.org>
10 extern int ds1287_timer_state(void);
11 extern void ds1287_set_base_clock(unsigned int clock
);
12 extern int ds1287_clockevent_init(int irq
);