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
18extern "C" {
19#endif
20
36int 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_ */
int xen_fdt_get(const uint8_t **fdt, uint32_t *fdt_size)
Get the copied Xen boot device tree.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
__UINT8_TYPE__ uint8_t
Definition stdint.h:88