]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/clock_legacy.h
usb: dwc3: add dis_u2_freeclk_exists_quirk
[thirdparty/u-boot.git] / include / clock_legacy.h
1 /* 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
10 int get_clocks(void);
11 unsigned long get_bus_freq(unsigned long dummy);
12 int get_serial_clock(void);
13
14 #endif