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