]> xenbits.xensource.com Git - people/andrewcoop/mini-os.git/commit
Eliminate tpmtis union member in struct file
authorJuergen Gross <jgross@suse.com>
Tue, 11 Jan 2022 14:58:12 +0000 (15:58 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Jan 2022 11:35:59 +0000 (11:35 +0000)
commit91fdefeb25115aadee84bfce4de9399e4f9cf151
tree34794f910886c908a51beb833326580836ebc957
parent4673f9aace27c21cc07030a07ed443affeee4f06
Eliminate tpmtis union member in struct file

Replace the tpmtis specific union member in struct file with the
common dev pointer.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
include/lib.h
lib/sys.c
tpm_tis.c