summaryrefslogtreecommitdiff
path: root/include/clock_legacy.h
blob: b0a8333ea6ebeb97f12292cc1ed995ffc7aa0181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * (C) Copyright 2000-2009
 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 */

#ifndef __CLOCK_LEGACY_H
#define __CLOCK_LEGACY_H

int get_clocks(void);
unsigned long get_bus_freq(unsigned long dummy);
int get_serial_clock(void);

#endif