Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
generic.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 EPAM Systems
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef __XEN_GENERIC_H__
7#define __XEN_GENERIC_H__
8
9#include <xen/public/xen.h>
10
11#define XEN_PAGE_SIZE 4096
12#define XEN_PAGE_SHIFT 12
13
14#endif /* __XEN_GENERIC_H__ */