]> git.proxmox.com Git - mirror_qemu.git/blame - include/qemu/async-teardown.h
Don't include headers already included by qemu/osdep.h
[mirror_qemu.git] / include / qemu / async-teardown.h
CommitLineData
c891c24b
CI
1/*
2 * Asynchronous teardown
3 *
4 * Copyright IBM, Corp. 2022
5 *
6 * Authors:
7 * Claudio Imbrenda <imbrenda@linux.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or (at your
10 * option) any later version. See the COPYING file in the top-level directory.
11 *
12 */
13#ifndef QEMU_ASYNC_TEARDOWN_H
14#define QEMU_ASYNC_TEARDOWN_H
15
c891c24b
CI
16#ifdef CONFIG_LINUX
17void init_async_teardown(void);
18#endif
19
20#endif