summary refs log tree commit diff stats
path: root/hw/vfio/vfio-listener.h
blob: 93af6747b28955f038454a335b361787f8364a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * VFIO MemoryListener services
 *
 * Copyright Red Hat, Inc. 2025
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef HW_VFIO_VFIO_LISTENER_H
#define HW_VFIO_VFIO_LISTENER_H

extern const MemoryListener vfio_memory_listener;

#endif /* HW_VFIO_VFIO_LISTENER_H */