aboutsummaryrefslogtreecommitdiff
path: root/libstb
diff options
context:
space:
mode:
Diffstat (limited to 'libstb')
-rw-r--r--libstb/tpm_chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstb/tpm_chip.h b/libstb/tpm_chip.h
index 70f5c97..ca30e3b 100644
--- a/libstb/tpm_chip.h
+++ b/libstb/tpm_chip.h
@@ -58,6 +58,9 @@ struct tpm_chip {
struct list_node link;
};
+/* TSS tweak */
+typedef struct tpm_chip TpmTarget;
+
/*
* Register a tpm chip by binding the driver to dev.
*/