mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +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
@@ -1,6 +1,8 @@
|
||||
#ifndef ETHERBOOT_BIG_BSWAP_H
|
||||
#define ETHERBOOT_BIG_BSWAP_H
|
||||
|
||||
#define htonll(x) (x)
|
||||
#define ntohll(x) (x)
|
||||
#define ntohl(x) (x)
|
||||
#define htonl(x) (x)
|
||||
#define ntohs(x) (x)
|
||||
|
||||
Reference in New Issue
Block a user