| * TPM Physical Presence Interface |
| * Copyright (C) 2018 IBM Corporation |
| * Stefan Berger <stefanb@us.ibm.com> |
| * This work is licensed under the terms of the GNU GPL, version 2 or later. |
| * See the COPYING file in the top-level directory. |
| * @m: the address-space / MemoryRegion to use |
| * @addr: the address of the PPI region |
| * Register the TPM PPI memory region at @addr on the given address |
| * space for the object @obj. |
| void tpm_ppi_init(TPMPPI *tpmppi, MemoryRegion *m, |
| hwaddr addr, Object *obj); |
| * Function to call on machine reset. It will check if the "Memory |
| * overwrite" variable is set, and perform a memory clear on volatile |
| void tpm_ppi_reset(TPMPPI *tpmppi); |
| #endif /* TPM_TPM_PPI_H */ |