mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
15 lines
218 B
C
15 lines
218 B
C
|
/*
|
||
|
* Copyright 2014 Broadcom Corporation.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ARMPLL_H
|
||
|
#define __ARMPLL_H
|
||
|
|
||
|
#include <linux/types.h>
|
||
|
|
||
|
uint32_t armpll_config(uint32_t clkmhz);
|
||
|
|
||
|
#endif /*__ARMPLL_H */
|