summaryrefslogtreecommitdiffstats
path: root/include/hw/misc/ivshmem.h
blob: 433ef53d790a487f65acd535d3b00ea632651f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

/*
 * Inter-VM Shared Memory PCI device.
 *
 * Author:
 *      Cam Macdonell <cam@cs.ualberta.ca>
 *
 * Based On: cirrus_vga.c
 *          Copyright (c) 2004 Fabrice Bellard
 *          Copyright (c) 2004 Makoto Suzuki (suzu)
 *
 *      and rtl8139.c
 *          Copyright (c) 2006 Igor Kovalenko
 *
 * This code is licensed under the GNU GPL v2.
 *
 * Contributions after 2012-01-13 are licensed under the terms of the
 * GNU GPL, version 2 or (at your option) any later version.
 */
#ifndef IVSHMEM_H
#define IVSHMEM_H

#define IVSHMEM_PROTOCOL_VERSION 0

#endif /* IVSHMEM_H */
OpenPOWER on IntegriCloud