/* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include "gpio.h" int tis_plat_irq_status(void) { return gpio_eint_poll(CR50_IRQ); }