Zephyr Project API  3.1.0
A Scalable Open Source RTOS
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
10
11#define XEN_PAGE_SIZE 4096
12#define XEN_PAGE_SHIFT 12
13
14#endif /* __XEN_GENERIC_H__ */