blob: d761f1448385cd75c3c268cc5359cdcfcd086d46 [file] [log] [blame]
Angel Pons0612b272020-04-05 15:46:56 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Aaron Durbin9d9a1212017-04-19 10:02:27 -05002
Furquan Shaikh76cedd22020-05-02 10:24:23 -07003#include <acpi/acpi.h>
Philipp Deppenwiesed88fb362017-10-18 20:26:18 +02004#include <security/tpm/tis.h>
Aaron Durbin9d9a1212017-04-19 10:02:27 -05005
6int tis_plat_irq_status(void)
7{
8 return acpi_get_gpe(CONFIG_TPM_TIS_ACPI_INTERRUPT);
9}