mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-28 20:09:35 +03:00
7 lines
105 B
C
7 lines
105 B
C
|
#ifndef _SPL_RPC_XDR_H
|
||
|
#define _SPL_RPC_XDR_H
|
||
|
|
||
|
#include <linux/sunrpc/xdr.h>
|
||
|
|
||
|
#endif /* SPL_RPC_XDR_H */
|