diff options
| author | Ronald Kinard <[email protected]> | 2015-06-10 19:23:03 -0500 |
|---|---|---|
| committer | Ronald Kinard <[email protected]> | 2015-06-10 19:23:03 -0500 |
| commit | 42e0b9986fa067bf8bbe59d5a25608b36d523d5d (patch) | |
| tree | b90a6d996b6ce84b4bf25efda950885f47c81479 /src/raw/types.rs | |
| parent | Add linkage for a large number of ctrulib stuff. (diff) | |
| download | ctru-rs-42e0b9986fa067bf8bbe59d5a25608b36d523d5d.tar.xz ctru-rs-42e0b9986fa067bf8bbe59d5a25608b36d523d5d.zip | |
Add bindings for several more services.
Diffstat (limited to 'src/raw/types.rs')
| -rw-r--r-- | src/raw/types.rs | 1 |
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; |