ap_setup.h 340 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 2018 Marvell International Ltd.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. * https://spdx.org/licenses
  6. */
  7. /* AP8xx Marvell SoC driver */
  8. #ifndef AP_SETUP_H
  9. #define AP_SETUP_H
  10. void ap_init(void);
  11. void ap_ble_init(void);
  12. int ap_get_count(void);
  13. void update_cp110_default_win(int cp_id);
  14. #endif /* AP_SETUP_H */