blob: 3641e7abd9f998a0bea6239421dd3845580f1e86 [file] [log] [blame]
Jon Murphyfd7f5152023-04-06 23:15:03 -06001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
Grzegorz Bernacki7758b472023-06-14 12:01:32 +00003#include <drivers/tpm/cr50.h>
Jon Murphyfd7f5152023-04-06 23:15:03 -06004#include <gpio.h>
5
Grzegorz Bernacki7758b472023-06-14 12:01:32 +00006int cr50_plat_irq_status(void)
Jon Murphyfd7f5152023-04-06 23:15:03 -06007{
8 return gpio_interrupt_status(GPIO_84);
9}