1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2c4b45009SScott Branden /*
3c4b45009SScott Branden  * Copyright 2014 Broadcom Corporation.
4c4b45009SScott Branden  */
5c4b45009SScott Branden 
6c4b45009SScott Branden #ifndef __ARMPLL_H
7c4b45009SScott Branden #define __ARMPLL_H
8c4b45009SScott Branden 
9c4b45009SScott Branden #include <linux/types.h>
10c4b45009SScott Branden 
11c4b45009SScott Branden uint32_t armpll_config(uint32_t clkmhz);
12c4b45009SScott Branden 
13c4b45009SScott Branden #endif /*__ARMPLL_H */
14