From: Brian Behlendorf Date: Fri, 9 Jan 2009 22:04:13 +0000 (-0800) Subject: Add two new stub headers X-Git-Tag: spl-0.4.1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e4141494611ec11b08c411e25d1fd878691de56;p=spl Add two new stub headers --- diff --git a/include/sys/bootconf.h b/include/sys/bootconf.h new file mode 100644 index 0000000..29c885a --- /dev/null +++ b/include/sys/bootconf.h @@ -0,0 +1,4 @@ +#ifndef _SPL_BOOTCONF_H +#define _SPL_BOOTCONF_H + +#endif /* SPL_BOOTCONF_H */ diff --git a/include/sys/refstr.h b/include/sys/refstr.h new file mode 100644 index 0000000..041ea23 --- /dev/null +++ b/include/sys/refstr.h @@ -0,0 +1,4 @@ +#ifndef _SPL_REFSTR_H +#define _SPL_REFSTR_H + +#endif /* SPL_REFSTR_H */