MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
[qemu/ar7.git] / include / hw / misc / ivshmem.h
blob433ef53d790a487f65acd535d3b00ea632651f0e
2 /*
3 * Inter-VM Shared Memory PCI device.
5 * Author:
6 * Cam Macdonell <cam@cs.ualberta.ca>
8 * Based On: cirrus_vga.c
9 * Copyright (c) 2004 Fabrice Bellard
10 * Copyright (c) 2004 Makoto Suzuki (suzu)
12 * and rtl8139.c
13 * Copyright (c) 2006 Igor Kovalenko
15 * This code is licensed under the GNU GPL v2.
17 * Contributions after 2012-01-13 are licensed under the terms of the
18 * GNU GPL, version 2 or (at your option) any later version.
20 #ifndef IVSHMEM_H
21 #define IVSHMEM_H
23 #define IVSHMEM_PROTOCOL_VERSION 0
25 #endif /* IVSHMEM_H */