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
>
17
#include <
zephyr/xen/public/version.h
>
18
#include <
zephyr/xen/public/xen.h
>
19
26
35
int
xen_version
(
void
);
36
49
int
xen_version_extraversion
(
char
*extra,
int
len);
50
52
53
#endif
/* __XEN_VERSION_H__ */
generic.h
Internal Xen support helpers.
xen_version
int xen_version(void)
Get the Xen version encoded as major and minor numbers.
xen_version_extraversion
int xen_version_extraversion(char *extra, int len)
Get the Xen extra version string.
version.h
xen.h
zephyr
xen
version.h
Generated on
for Zephyr API Documentation by
1.16.1