blob: 1bee350b7b913a1225e0b269a910e4a4fe2b4e49 [file] [log] [blame]
Scott Brandenc4b45002014-08-11 13:58:22 -07001/*
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
12uint32_t armpll_config(uint32_t clkmhz);
13
14#endif /*__ARMPLL_H */