projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a9e9bd
)
add comment, no code changes
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 1 Nov 2008 13:40:32 +0000
(13:40 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 1 Nov 2008 13:40:32 +0000
(13:40 -0000)
include/platform.h
patch
|
blob
|
history
diff --git
a/include/platform.h
b/include/platform.h
index b31108267b3e4043be77900561a6c66d5d876484..8657ba4785db54819696e2f952e2cfbb3be28d53 100644
(file)
--- 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)