diff options
Diffstat (limited to 'include/tpm-v1.h')
-rw-r--r-- | include/tpm-v1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tpm-v1.h b/include/tpm-v1.h index 59ad4aecf4..8f6cc28a9e 100644 --- a/include/tpm-v1.h +++ b/include/tpm-v1.h @@ -10,6 +10,8 @@ #include <tpm-common.h> #include <linux/bitops.h> +struct udevice; + /* Useful constants */ enum { TPM_REQUEST_HEADER_LENGTH = 10, |