aboutsummaryrefslogtreecommitdiff
path: root/include/bh/internal/file_null.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bh/internal/file_null.h')
-rw-r--r--include/bh/internal/file_null.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bh/internal/file_null.h b/include/bh/internal/file_null.h
new file mode 100644
index 0000000..dd5338b
--- /dev/null
+++ b/include/bh/internal/file_null.h
@@ -0,0 +1,4 @@
+struct bh_file_s
+{
+ bh_io_t base;
+};