2 * SGS M48-T59Y TOD/NVRAM Driver
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7 * (C) Copyright 1999, by Curt McDowell, 08-06-99, Broadcom Corp.
9 * (C) Copyright 2001, James Dougherty, 07/18/01, Broadcom Corp.
11 * SPDX-License-Identifier: GPL-2.0+
18 * M48 T59Y -Timekeeping Battery backed SRAM.
21 int m48_tod_init(void);
23 int m48_tod_set(int year,
30 int m48_tod_get(int *year,
37 int m48_tod_get_second(void);
39 void m48_watchdog_arm(int usec);
41 #endif /*!__M48_T59_Y_H */