|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Xen boot device tree access. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| int | xen_fdt_get (const uint8_t **fdt, uint32_t *fdt_size) |
| Get the copied Xen boot device tree. | |
Xen boot device tree access.
Get the copied Xen boot device tree.
CONFIG_XEN_FDT.
The returned pointer refers to the Zephyr-owned copy made from the Xen boot firmware arguments during early boot.
| fdt | Output for the copied FDT pointer. |
| fdt_size | Output for the copied FDT size in bytes. |
| 0 | If the copied FDT is available. |
| -EINVAL | If fdt or fdt_size is NULL. |
| -ENOENT | If no valid FDT copy has been recorded. |