diff -r 2fb8b9db1c86 -r d55eb581a87c baseport/syborg/svpplatform/libfdt/config-host.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/baseport/syborg/svpplatform/libfdt/config-host.h Tue Aug 04 10:28:23 2009 +0100 @@ -0,0 +1,10 @@ +#ifndef CONFIG_HOST_H +#define CONFIG_HOST_H + +// dont have machine level bswap +//#define HAVE_MACHINE_BSWAP_H + +// dont have byteswap +//#define HAVE_BYTESWAP_H + +#endif