]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/iproc-common/armpll.h
Merge branch 'master' of git://git.denx.de/u-boot-arc
[karo-tx-uboot.git] / arch / arm / include / asm / iproc-common / armpll.h
1 /*
2  * Copyright 2014 Broadcom Corporation.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __ARMPLL_H
8 #define __ARMPLL_H
9
10 #include <linux/types.h>
11
12 uint32_t armpll_config(uint32_t clkmhz);
13
14 #endif /*__ARMPLL_H */