summaryrefslogtreecommitdiff
path: root/src/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/consts.rs b/src/consts.rs
index a3e33a2..1e52c92 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -3,5 +3,7 @@ pub type HWord = u16;
pub type Word = u32;
pub type DWord = u64;
-pub type Reg = DWord;
+pub type RegValue = DWord;
pub type Addr = DWord;
+
+pub type RegId = u8;