]> granicus.if.org Git - zfs/commitdiff
Add two new stub headers
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Jan 2009 22:04:13 +0000 (14:04 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Jan 2009 22:04:13 +0000 (14:04 -0800)
include/sys/bootconf.h [new file with mode: 0644]
include/sys/refstr.h [new file with mode: 0644]

diff --git a/include/sys/bootconf.h b/include/sys/bootconf.h
new file mode 100644 (file)
index 0000000..29c885a
--- /dev/null
@@ -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 (file)
index 0000000..041ea23
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _SPL_REFSTR_H
+#define _SPL_REFSTR_H
+
+#endif /* SPL_REFSTR_H */