Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|---|
| 2 | /* |
| 3 | * DS1287 timer functions. |
| 4 | * |
| 5 | * Copyright (C) 2008 Yoichi Yuasa <yuasa@linux-mips.org> |
| 6 | */ |
| 7 | #ifndef __ASM_DS1287_H |
| 8 | #define __ASM_DS1287_H |
| 9 | |
| 10 | extern int ds1287_timer_state(void); |
| 11 | extern int ds1287_set_base_clock(unsigned int hz); |
| 12 | extern int ds1287_clockevent_init(int irq); |
| 13 | |
| 14 | #endif |
| 15 |
Warning: This file is not a C or C++ file. It does not have highlighting.
