Added LWIP_PLATFORM_BYTESWAP optimalisation flag and macro glue.

This commit is contained in:
christiaans
2006-03-29 10:15:43 +00:00
parent d9b4ab1658
commit 94abf9d935
3 changed files with 31 additions and 4 deletions

View File

@@ -19,7 +19,10 @@ HISTORY
(CVS HEAD)
* [New changes go here]
2006-03-29 Christiaan Simons
* inet.c, inet.h: Added platform byteswap support.
Added LWIP_PLATFORM_BYTESWAP define (defaults to 0) and
optional LWIP_PLATFORM_HTONS(), LWIP_PLATFORM_HTONL() macros.
(STABLE-1_1_1)