MCUXpresso_LPC55S69/devices/LPC55S69/mcuxpresso/boot_multicore_slave.h

27 lines
648 B
C

//*****************************************************************************
// boot_multicore_slave.h
//
// Header for functions used for booting of slave core in multicore system
//*****************************************************************************
//
// Copyright 2016-2019 NXP
// All rights reserved.
//
// SPDX-License-Identifier: BSD-3-Clause
//*****************************************************************************
#ifndef BOOT_MULTICORE_SLAVE_H_
#define BOOT_MULTICORE_SLAVE_H_
#ifdef __cplusplus
extern "C" {
#endif
void boot_multicore_slave(void);
#ifdef __cplusplus
}
#endif
#endif /* BOOT_MULTICORE_SLAVE_H_ */