Newer
Older
arm-trusted-firmware / include / drivers / marvell / mochi / ap_setup.h
@Konstantin Porotchkin Konstantin Porotchkin on 18 Jul 2018 310 bytes marvell: drivers: Add MoChi drivers
/*
 * Copyright (C) 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 * https://spdx.org/licenses
 */

/* AP8xx Marvell SoC driver */

#ifndef __AP_SETUP_H__
#define __AP_SETUP_H__

void ap_init(void);
void ap_ble_init(void);
int ap_get_count(void);

#endif /* __AP_SETUP_H__ */