bfe7bf8590
This commit was created with scripts/clean-includes. Signed-off-by: Markus Armbruster <armbru@redhat.com> Acked-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20230202133830.2152150-19-armbru@redhat.com>
21 lines
418 B
C
21 lines
418 B
C
/*
|
|
* Asynchronous teardown
|
|
*
|
|
* Copyright IBM, Corp. 2022
|
|
*
|
|
* Authors:
|
|
* Claudio Imbrenda <imbrenda@linux.ibm.com>
|
|
*
|
|
* This work is licensed under the terms of the GNU GPL, version 2 or (at your
|
|
* option) any later version. See the COPYING file in the top-level directory.
|
|
*
|
|
*/
|
|
#ifndef QEMU_ASYNC_TEARDOWN_H
|
|
#define QEMU_ASYNC_TEARDOWN_H
|
|
|
|
#ifdef CONFIG_LINUX
|
|
void init_async_teardown(void);
|
|
#endif
|
|
|
|
#endif
|