summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm.h
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.vnet.ibm.com>2013-01-22 19:50:07 (GMT)
committerKent Yoder <key@linux.vnet.ibm.com>2013-02-05 15:38:24 (GMT)
commit3e3a5e906998b090ad929010a5f5082ac0dbbdfb (patch)
treee629d387d1b7bb771bc5c74076e3c36956c49c4a /drivers/char/tpm/tpm.h
parent4643826a3da17767494b85c956c73c138c96a7ea (diff)
downloadlinux-3e3a5e906998b090ad929010a5f5082ac0dbbdfb.tar.xz
tpm: Store TPM vendor ID
Store the TPM vendor ID for later use. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r--drivers/char/tpm/tpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h
index cbee631..ef4ba5f 100644
--- a/drivers/char/tpm/tpm.h
+++ b/drivers/char/tpm/tpm.h
@@ -105,6 +105,8 @@ struct tpm_vendor_specific {
wait_queue_head_t read_queue;
wait_queue_head_t int_queue;
+
+ u16 manufacturer_id;
};
#define TPM_VPRIV(c) (c)->vendor.priv