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
This commit is contained in:
behlendo
2008-03-01 18:30:12 +00:00
parent d5f087adef
commit dbb484ec60
10 changed files with 41 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _SPL_RPC_TYPES_H
#define _SPL_RPC_TYPES_H
#include <linux/sunrpc/types.h>
#endif /* SPL_RPC_TYPES_H */
+6
View File
@@ -0,0 +1,6 @@
#ifndef _SPL_RPC_XDR_H
#define _SPL_RPC_XDR_H
#include <linux/sunrpc/xdr.h>
#endif /* SPL_RPC_XDR_H */