aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/common/io/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/common/io/mod.rs')
-rw-r--r--src/arch/x86/common/io/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/common/io/mod.rs b/src/arch/x86/common/io/mod.rs
new file mode 100644
index 0000000..604e84c
--- /dev/null
+++ b/src/arch/x86/common/io/mod.rs
@@ -0,0 +1,2 @@
+mod writer;
+pub use writer::*;