]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/mips/include/asm/ds1287.h
UBUNTU: Ubuntu-5.4.0-117.132
[mirror_ubuntu-focal-kernel.git] / arch / mips / include / asm / ds1287.h
CommitLineData
16216333 1/* SPDX-License-Identifier: GPL-2.0-or-later */
6457d9fc
YY
2/*
3 * DS1287 timer functions.
4 *
ada8e951 5 * Copyright (C) 2008 Yoichi Yuasa <yuasa@linux-mips.org>
6457d9fc
YY
6 */
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