From e2542fe2bce6756948dffe2d233d154a9e25bd35 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:06 +0200 Subject: rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/bt-hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/bt-hci.c') diff --git a/hw/bt-hci.c b/hw/bt-hci.c index 6a7909406c..d510d81180 100644 --- a/hw/bt-hci.c +++ b/hw/bt-hci.c @@ -419,7 +419,7 @@ static void bt_submit_raw_acl(struct bt_piconet_s *net, int length, uint8_t *dat * be continuously allocated. We do it though, to preserve similar * behaviour between hosts. Some things, like the BD_ADDR cannot be * preserved though (for example if a real hci is used). */ -#ifdef WORDS_BIGENDIAN +#ifdef HOST_WORDS_BIGENDIAN # define HNDL(raw) bswap16(raw) #else # define HNDL(raw) (raw) -- cgit v1.2.3