Revision e2542fe2 hw/bt-hci.c

b/hw/bt-hci.c
419 419
 * be continuously allocated.  We do it though, to preserve similar
420 420
 * behaviour between hosts.  Some things, like the BD_ADDR cannot be
421 421
 * preserved though (for example if a real hci is used).  */
422
#ifdef WORDS_BIGENDIAN
422
#ifdef HOST_WORDS_BIGENDIAN
423 423
# define HNDL(raw)	bswap16(raw)
424 424
#else
425 425
# define HNDL(raw)	(raw)

Also available in: Unified diff