blob: b0a8333ea6ebeb97f12292cc1ed995ffc7aa0181 [file] [log] [blame]
Simon Glassd96c2602019-12-28 10:44:58 -07001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * (C) Copyright 2000-2009
4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 */
6
7#ifndef __CLOCK_LEGACY_H
8#define __CLOCK_LEGACY_H
9
10int get_clocks(void);
11unsigned long get_bus_freq(unsigned long dummy);
12int get_serial_clock(void);
13
14#endif