aboutsummaryrefslogtreecommitdiff
path: root/src/raw/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw/types.rs')
-rw-r--r--src/raw/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raw/types.rs b/src/raw/types.rs
index d66c8f5..3861e72 100644
--- a/src/raw/types.rs
+++ b/src/raw/types.rs
@@ -12,6 +12,7 @@ pub type s64 = i64;
// UHH, DUNNO HOW TO USE VOLATILES ????
pub type vu8 = u8;
+pub type vu32 = u32;
// typedef uint8_t u8;
// typedef uint16_t u16;