Skip to content
Snippets Groups Projects
Commit 3d49412d authored by Kim Phillips's avatar Kim Phillips Committed by Joe Hershberger
Browse files

net: make IPaddr type big endian


for use with sparse.

Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
parent 1b8c18b9
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#define PKTALIGN ARCH_DMA_MINALIGN #define PKTALIGN ARCH_DMA_MINALIGN
/* IPv4 addresses are always 32 bits in size */ /* IPv4 addresses are always 32 bits in size */
typedef u32 IPaddr_t; typedef __be32 IPaddr_t;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment