ap807_clocks_init.h 276 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2018 Marvell International Ltd.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. * https://spdx.org/licenses
  6. */
  7. #ifndef AP807_INIT_CLOCKS_H
  8. #define AP807_INIT_CLOCKS_H
  9. void ap807_clocks_init(unsigned int freq_option);
  10. #endif /* AP807_INIT_CLOCKS_H */