]> git.proxmox.com Git - qemu.git/blame - include/sysemu/tpm.h
Merge remote-tracking branch 'quintela/migration.next' into staging
[qemu.git] / include / sysemu / tpm.h
CommitLineData
d1a0cf73
SB
1/*
2 * Public TPM functions
3 *
4 * Copyright (C) 2011-2013 IBM Corporation
5 *
6 * Authors:
7 * Stefan Berger <stefanb@us.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12#ifndef QEMU_TPM_H
13#define QEMU_TPM_H
14
15#include "qemu/option.h"
16
8f0605cc 17typedef struct TPMState TPMState;
8f0605cc 18
d1a0cf73
SB
19int tpm_config_parse(QemuOptsList *opts_list, const char *optarg);
20int tpm_init(void);
21void tpm_cleanup(void);
22
23#endif /* QEMU_TPM_H */