armpll.h 218 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2014 Broadcom Corporation.
  4. */
  5. #ifndef __ARMPLL_H
  6. #define __ARMPLL_H
  7. #include <linux/types.h>
  8. uint32_t armpll_config(uint32_t clkmhz);
  9. #endif /*__ARMPLL_H */