blob: 98c1391e266e58e33de9597167c7822963d95354 [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_KERNEL_INTERNAL_SMP_H_
#define ZEPHYR_INCLUDE_KERNEL_INTERNAL_SMP_H_
void z_sched_ipi(void);
#endif /* ZEPHYR_INCLUDE_KERNEL_INTERNAL_SMP_H_ */