xref: /aosp_15_r20/external/e2fsprogs/include/mingw/arpa/inet.h (revision 6a54128f25917bfc36a8a6e9d722c04a0b4641b6)
1*6a54128fSAndroid Build Coastguard Worker #pragma once
2*6a54128fSAndroid Build Coastguard Worker 
3*6a54128fSAndroid Build Coastguard Worker /* Windows is always little endian. */
4*6a54128fSAndroid Build Coastguard Worker #define htonl	__builtin_bswap32
5*6a54128fSAndroid Build Coastguard Worker #define ntohl	__builtin_bswap32
6