summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-01 13:40:32 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-01 13:40:32 +0000
commit9b0f6e1142ae134900f879584b95f050416757df (patch)
tree41623600cc1afb0c945df57984d4866f0062e94d
parent1a9e9bdd93b06508b70bd29ef5eeb82f91d86222 (diff)
downloadbusybox-w32-9b0f6e1142ae134900f879584b95f050416757df.tar.gz
busybox-w32-9b0f6e1142ae134900f879584b95f050416757df.tar.bz2
busybox-w32-9b0f6e1142ae134900f879584b95f050416757df.zip
add comment, no code changes
-rw-r--r--include/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index b31108267..8657ba478 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -132,6 +132,7 @@
132# define BB_LITTLE_ENDIAN 1 132# define BB_LITTLE_ENDIAN 1
133#endif 133#endif
134 134
135/* SWAP_LEnn means "convert CPU<->little_endian by swapping bytes" */
135#if BB_BIG_ENDIAN 136#if BB_BIG_ENDIAN
136#define SWAP_BE16(x) (x) 137#define SWAP_BE16(x) (x)
137#define SWAP_BE32(x) (x) 138#define SWAP_BE32(x) (x)