X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fnet.h;h=7673470046f596263e170d0facbdffba74540299;hb=c3e0afca4837e688d8e3dca273a9e0ded3599a63;hp=23fb947292ccf3e1e1b805e86c11ac75106f3107;hpb=47b8e527448c94d09fc8dbdb6601ea7a605ff955;p=u-boot diff --git a/include/net.h b/include/net.h index 23fb947292..7673470046 100644 --- a/include/net.h +++ b/include/net.h @@ -39,7 +39,7 @@ #define PKTALIGN ARCH_DMA_MINALIGN /* IPv4 addresses are always 32 bits in size */ -typedef u32 IPaddr_t; +typedef __be32 IPaddr_t; /**