diff options
Diffstat (limited to 'tests/tpm-tests.h')
-rw-r--r-- | tests/tpm-tests.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/tpm-tests.h b/tests/tpm-tests.h index 377f184..b97688f 100644 --- a/tests/tpm-tests.h +++ b/tests/tpm-tests.h @@ -15,10 +15,12 @@ #include "tpm-util.h" -void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx); +void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx, + const char *ifmodel); void tpm_test_swtpm_migration_test(const char *src_tpm_path, const char *dst_tpm_path, - const char *uri, tx_func *tx); + const char *uri, tx_func *tx, + const char *ifmodel); #endif /* TESTS_TPM_TESTS_H */ |