2 * QEMU PowerPC helper routines for the device tree.
4 * Copyright (C) 2016 IBM Corp.
6 * This code is licensed under the GPL version 2 or later. See the
7 * COPYING file in the top-level directory.
13 #include "qemu/error-report.h"
14 #include "target/ppc/cpu-qom.h"
20 error_report("error creating device tree: %s: %s", \
21 #exp, fdt_strerror(ret)); \
26 size_t ppc_create_page_sizes_prop(CPUPPCState
*env
, uint32_t *prop
,
29 #endif /* PPC_FDT_H */