blob: 46cfb01f9a14e70597bd5f6c58698140a7fefb17 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * DS1287 timer functions.
4 *
5 * Copyright (C) 2008 Yoichi Yuasa <yuasa@linux-mips.org>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7#ifndef __ASM_DS1287_H
8#define __ASM_DS1287_H
9
10extern int ds1287_timer_state(void);
11extern void ds1287_set_base_clock(unsigned int clock);
12extern int ds1287_clockevent_init(int irq);
13
14#endif