aboutsummaryrefslogtreecommitdiff
path: root/tpm_types.h
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-10-08 14:41:04 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-14 01:16:03 +0000
commit19e7ed345a10a0846ea14f96f46ed4ed6123813e (patch)
tree8de7dab18503fd60f046da8f2df68f3a3904cd08 /tpm_types.h
parent00c8cfeb8e8f428b268e38ce398f9f41e2559591 (diff)
downloadtpm2-19e7ed345a10a0846ea14f96f46ed4ed6123813e.tar.gz
regenerate tpm_type.h without marshaling error code duplication.
This is the result of running the scripts modified in the previous patch. BUG=chrome-os-partner:44608 TEST=compilation still succeeds, no change in the set of passing tests Change-Id: I507db9fb016dbf7dd422d261c742a988a59fcae7 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/305389 Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
Diffstat (limited to 'tpm_types.h')
-rw-r--r--tpm_types.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/tpm_types.h b/tpm_types.h
index 45fd075..61af076 100644
--- a/tpm_types.h
+++ b/tpm_types.h
@@ -7,15 +7,7 @@
#ifndef TPM2_TPM_TYPES_H_
#define TPM2_TPM_TYPES_H_
// Unprocessed: Table 1 Name Prefix Convention
-// Table 2 Unmarshaling Errors
-enum {
- TPM_RC_INSUFFICIENT = 1,
- TPM_RC_RESERVED = 2,
- TPM_RC_SIZE = 3,
- TPM_RC_VALUE = 4,
- TPM_RC_TAG = 5,
-};
-
+// Skipped: Table 2 Unmarshaling Errors
// Table 3 Definition of Base Types
typedef uint8_t UINT8;
typedef uint8_t BYTE;