aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
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 /include/platform.h
parent1a9e9bdd93b06508b70bd29ef5eeb82f91d86222 (diff)
downloadbusybox-9b0f6e1142ae134900f879584b95f050416757df.tar.gz
add comment, no code changes
Diffstat (limited to 'include/platform.h')
-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 @@
# define BB_LITTLE_ENDIAN 1
#endif
+/* SWAP_LEnn means "convert CPU<->little_endian by swapping bytes" */
#if BB_BIG_ENDIAN
#define SWAP_BE16(x) (x)
#define SWAP_BE32(x) (x)