-
- Downloads
tpm: Move sysfs functions from tpm-interface to tpm-sysfs
CLASS-sysfs.c is a common idiom for linux subsystems. This is the first step to pulling all the sysfs support code from the drivers into tpm-sysfs. This is a plain text copy from tpm-interface with support changes to make it compile. _tpm_pcr_read is made non-static and is called tpm_pcr_read_dev. Signed-off-by:Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by:
Peter Huewe <peterhuewe@gmx.de>
Showing
- drivers/char/tpm/Makefile 1 addition, 1 deletiondrivers/char/tpm/Makefile
- drivers/char/tpm/tpm-interface.c 2 additions, 273 deletionsdrivers/char/tpm/tpm-interface.c
- drivers/char/tpm/tpm-sysfs.c 281 additions, 0 deletionsdrivers/char/tpm/tpm-sysfs.c
- drivers/char/tpm/tpm.h 30 additions, 0 deletionsdrivers/char/tpm/tpm.h
Loading
Please register or sign in to comment