1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2024 Oracle and/or its affiliates.
5 * This header defines XDR data type primitives specified in
6 * Section 4 of RFC 4506, used by RPC programs implemented
10 #ifndef _SUNRPC_XDRGEN__DEFS_H_
11 #define _SUNRPC_XDRGEN__DEFS_H_
29 #define XDR_unsigned_int (1)
31 #define XDR_unsigned_long (1)
33 #define XDR_unsigned_hyper (2)
35 #endif /* _SUNRPC_XDRGEN__DEFS_H_ */