tpm: Extend sts register to 32 bit

More recent TIS specs extend the STS register to 32 bit. While
we don't store the TIS interface state, yet, we can extend it
without sideeffects.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Stefan Berger 2015-02-23 09:27:16 -05:00 committed by Michael S. Tsirkin
parent a6027b0f4b
commit 9fdc694635
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ typedef enum {
typedef struct TPMLocality {
TPMTISState state;
uint8_t access;
uint8_t sts;
uint32_t sts;
uint32_t inte;
uint32_t ints;