mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
[nfs] Add support for NFS protocol
Tested-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
ed28c8304c
commit
30de9e8300
@@ -3,6 +3,8 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#define htonll(x) __bswap_64(x)
|
||||
#define ntohll(x) __bswap_64(x)
|
||||
#define ntohl(x) __bswap_32(x)
|
||||
#define htonl(x) __bswap_32(x)
|
||||
#define ntohs(x) __bswap_16(x)
|
||||
|
||||
Reference in New Issue
Block a user