summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpireg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpi/acpireg.h')
-rw-r--r--sys/dev/acpi/acpireg.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpireg.h b/sys/dev/acpi/acpireg.h
index f2ff1f02564..67f2a42f73b 100644
--- a/sys/dev/acpi/acpireg.h
+++ b/sys/dev/acpi/acpireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpireg.h,v 1.55 2021/03/23 09:41:12 patrick Exp $ */
+/* $OpenBSD: acpireg.h,v 1.56 2021/10/23 16:39:03 dv Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
@@ -466,6 +466,14 @@ struct acpi_facs {
uint8_t reserved[31];
} __packed;
+struct acpi_tpm2 {
+ struct acpi_table_header hdr;
+#define TPM2_SIG "TPM2"
+ uint32_t reserved;
+ uint64_t control_addr;
+ uint32_t start_method;
+} __packed;
+
/*
* Intel ACPI DMA Remapping Entries
*/