diff options
Diffstat (limited to 'sys/dev/tpm/tpm20.h')
-rw-r--r-- | sys/dev/tpm/tpm20.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/tpm/tpm20.h b/sys/dev/tpm/tpm20.h index 683cd7549bd4..7c2ccd30143a 100644 --- a/sys/dev/tpm/tpm20.h +++ b/sys/dev/tpm/tpm20.h @@ -124,6 +124,7 @@ struct tpm_sc { uint8_t *buf; size_t pending_data_length; + size_t total_length; lwpid_t owner_tid; struct callout discard_buffer_callout; |