Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hvm.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_HVM_H__
7#define __XEN_HVM_H__
8
11
12#include <zephyr/kernel.h>
13
14int hvm_set_parameter(int idx, int domid, uint64_t value);
15int hvm_get_parameter(int idx, int domid, uint64_t *value);
16
17#endif /* __XEN_HVM_H__ */
int hvm_get_parameter(int idx, int domid, uint64_t *value)
int hvm_set_parameter(int idx, int domid, uint64_t value)
Public kernel APIs.
__UINT64_TYPE__ uint64_t
Definition stdint.h:91