Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 EPAM Systems
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef __XEN_VERSION_H__
14#define __XEN_VERSION_H__
15
16#include <zephyr/xen/generic.h>
19
26
35int xen_version(void);
36
49int xen_version_extraversion(char *extra, int len);
50
52
53#endif /* __XEN_VERSION_H__ */
Internal Xen support helpers.
int xen_version(void)
Get the Xen version encoded as major and minor numbers.
int xen_version_extraversion(char *extra, int len)
Get the Xen extra version string.