2 * QEMU Xen emulation: Xenstore emulation
4 * Copyright © 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
6 * Authors: David Woodhouse <dwmw2@infradead.org>
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
12 #ifndef QEMU_XEN_XENSTORE_H
13 #define QEMU_XEN_XENSTORE_H
15 void xen_xenstore_create(void);
16 int xen_xenstore_reset(void);
18 uint16_t xen_xenstore_get_port(void);
20 #endif /* QEMU_XEN_XENSTORE_H */