freebsd-dev/include/rpc/xdr.h
behlendo dbb484ec60 Stub out some missing headers which are expected. I'll fill
in what the contents need to be as I encounter the warnings
about missing prototypes, symbols, and such.


git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@21 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-01 18:30:12 +00:00

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 */