summaryrefslogtreecommitdiff
path: root/src/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/consts.rs b/src/consts.rs
deleted file mode 100644
index 1e52c92..0000000
--- a/src/consts.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-pub type Byte = u8;
-pub type HWord = u16;
-pub type Word = u32;
-pub type DWord = u64;
-
-pub type RegValue = DWord;
-pub type Addr = DWord;
-
-pub type RegId = u8;