Zephyr Project API
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fdt.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2026 EPAM Systems
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
11
12
#ifndef ZEPHYR_INCLUDE_ZEPHYR_XEN_FDT_H_
13
#define ZEPHYR_INCLUDE_ZEPHYR_XEN_FDT_H_
14
15
#include <
stdint.h
>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
36
int
xen_fdt_get
(
const
uint8_t
**fdt,
uint32_t
*fdt_size);
37
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif
/* ZEPHYR_INCLUDE_ZEPHYR_XEN_FDT_H_ */
xen_fdt_get
int xen_fdt_get(const uint8_t **fdt, uint32_t *fdt_size)
Get the copied Xen boot device tree.
stdint.h
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
uint8_t
__UINT8_TYPE__ uint8_t
Definition
stdint.h:88
include
zephyr
xen
fdt.h
Generated on
for Zephyr Project API by
1.16.1