/* * Copyright (C) 2023-2025 Intel Corporation. * * SPDX-License-Identifier: BSD-3-Clause * * Authors: * Haicheng Li */ #ifndef RISCV_IRQ_H #define RISCV_IRQ_H #define IPI_NOTIFY_CPU 0 #endif /* RISCV_IRQ_H */