summaryrefslogtreecommitdiff
path: root/include/libfdt_env.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-12fdt: Use bswapN instead of bswap_NRichard Henderson1-8/+8
Fixes the libfdt enabled build for hosts that have <machine/bswap.h>. The code at the beginning of qemu/bswap.h is attempting to standardize on bswapN. In the case of CONFIG_MACHINE_BSWAP_H, this is all we get. In the case of CONFIG_BYTESWAP_H, we get bswap_N from the system header and then wrap these with inline functions to get bswapN. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-12-19janitor: move remaining public headers to include/Paolo Bonzini1-0/+36
Headers in the root directory are now used only from within that directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>