osdep: protect qemu/osdep.h with extern "C"
[qemu/ar7.git] / tests / qtest / tpm-tis-util.h
blobd10efe86aeee8ad2694c6045fcb51db4c16f301b
1 /*
2 * QTest TPM TIS: Common test functions used for both the
3 * ISA and SYSBUS devices
5 * Copyright (c) 2018 IBM Corporation
7 * Authors:
8 * Stefan Berger <stefanb@linux.vnet.ibm.com>
10 * This work is licensed under the terms of the GNU GPL, version 2 or later.
11 * See the COPYING file in the top-level directory.
14 #ifndef TESTS_TPM_TIS_UTIL_H
15 #define TESTS_TPM_TIS_UTIL_H
17 void tpm_tis_test_check_localities(const void *data);
18 void tpm_tis_test_check_access_reg(const void *data);
19 void tpm_tis_test_check_access_reg_seize(const void *data);
20 void tpm_tis_test_check_access_reg_release(const void *data);
21 void tpm_tis_test_check_transmit(const void *data);
23 #endif /* TESTS_TPM_TIS_UTIL_H */