armpll.h 218 B

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