summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/oak/tpm_tis.c
blob: 1eea9f90e0c98aa289d0783ea7612d51cb993725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

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

#include "gpio.h"

int tis_plat_irq_status(void)
{
	return gpio_eint_poll(CR50_IRQ);
}