strongarm: mask off high[31:28] bits from dir and state registers
[qemu/ar7.git] / stubs / tpm.c
blob80939cd3db1d32d82cfe40b22b301bd28ad4102d
1 /*
2 * TPM stubs
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
8 #include "qemu/osdep.h"
9 #include "qapi/qapi-commands-tpm.h"
10 #include "sysemu/tpm.h"
12 void tpm_init(void)
16 void tpm_cleanup(void)
20 TPMInfoList *qmp_query_tpm(Error **errp)
22 return NULL;
25 TpmTypeList *qmp_query_tpm_types(Error **errp)
27 return NULL;
30 TpmModelList *qmp_query_tpm_models(Error **errp)
32 return NULL;