summaryrefslogtreecommitdiff
path: root/src/mainboard/google/asurada/chromeos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/asurada/chromeos.c')
-rw-r--r--src/mainboard/google/asurada/chromeos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/asurada/chromeos.c b/src/mainboard/google/asurada/chromeos.c
index 1aa8876ca4..d8787f63a2 100644
--- a/src/mainboard/google/asurada/chromeos.c
+++ b/src/mainboard/google/asurada/chromeos.c
@@ -2,8 +2,8 @@
#include <bootmode.h>
#include <boot/coreboot_tables.h>
+#include <drivers/tpm/cr50.h>
#include <gpio.h>
-#include <security/tpm/tis.h>
#include "gpio.h"
@@ -36,7 +36,7 @@ int get_write_protect_state(void)
return !gpio_get(GPIO_WP);
}
-int tis_plat_irq_status(void)
+int cr50_plat_irq_status(void)
{
return gpio_eint_poll(GPIO_H1_AP_INT);
}