1 /* SPDX-License-Identifier: GPL-2.0
3 * (C) 2020, EPAM Systems Inc.
9 * xen_init() - Xen initialization
11 * Map Xen memory pages, initialize event handler and xenbus,
12 * setup the grant table.
17 * xen_fini() - Board cleanup before Linux kernel start
19 * Unmap Xen memory pages the specified guest's pseudophysical
20 * address space and unbind all event channels.
24 #endif /* __XEN_H__ */