summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/tpm_tis.c
blob: bb0aea0c984b1e7463ffe60cbe3e106b69af913d (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <acpi/acpi.h>
#include <security/tpm/tis.h>

int tis_plat_irq_status(void)
{
	return acpi_get_gpe(CONFIG_TPM_TIS_ACPI_INTERRUPT);
}