From 5078e0fe356c9376525ac2d1a07d90a6219b5ee0 Mon Sep 17 00:00:00 2001 From: Claudio Carvalho Date: Wed, 28 Sep 2016 05:01:20 -0300 Subject: libstb/tpm_chip.h: declare the TpmTarget type for TSS This declares the TpmTarget for TSS. This could be done in 'libstb/tss/trustedboot.H', but it causes a dependency cycle among trustedboot.H, trustedTypes.H and tpm_chip.h. Signed-off-by: Claudio Carvalho Signed-off-by: Stewart Smith --- libstb/tpm_chip.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libstb') 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. */ -- cgit v1.1