Revision 1de7afc9 libfdt_env.h

b/libfdt_env.h
19 19
#ifndef _LIBFDT_ENV_H
20 20
#define _LIBFDT_ENV_H
21 21

  
22
#include "bswap.h"
22
#include "qemu/bswap.h"
23 23

  
24 24
#ifdef HOST_WORDS_BIGENDIAN
25 25
#define fdt32_to_cpu(x)		(x)

Also available in: Unified diff