1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2021 Intel Corporation
4  * Author: Johannes Berg <johannes@sipsolutions.net>
5  */
6 
7 #ifndef __VIRTIO_UML_H__
8 #define __VIRTIO_UML_H__
9 
10 void virtio_uml_set_no_vq_suspend(struct virtio_device *vdev,
11 				  bool no_vq_suspend);
12 
13 #endif /* __VIRTIO_UML_H__ */
14