summaryrefslogtreecommitdiff
path: root/include/xen.h
blob: 686b7148b5d1a333e1d76ce3e4a7f22ee06e239f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0
 *
 * (C) 2020, EPAM Systems Inc.
 */
#ifndef __XEN_H__
#define __XEN_H__

/**
 * xen_init() - Xen initialization
 *
 * Map Xen memory pages, initialize event handler and xenbus,
 * setup the grant table.
 */
void xen_init(void);

#endif /* __XEN_H__ */