Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  *  DS1287 timer functions.
0004  *
0005  *  Copyright (C) 2008  Yoichi Yuasa <yuasa@linux-mips.org>
0006  */
0007 #ifndef __ASM_DS1287_H
0008 #define __ASM_DS1287_H
0009 
0010 extern int ds1287_timer_state(void);
0011 extern void ds1287_set_base_clock(unsigned int clock);
0012 extern int ds1287_clockevent_init(int irq);
0013 
0014 #endif