1/* 2 * Copyright (C) 2024 Nordic Semiconductor ASA 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6#include <zephyr/toolchain.h> 7 8/* Exports */ 9GTEXT(__soc_handle_irq) 10 11/* 12 * No need to clear anything, pending bit is cleared by HW. 13 */ 14SECTION_FUNC(exception.other, __soc_handle_irq) 15 ret 16