summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/tx39/include/tx3904.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/mips/tx39/include/tx3904.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/mips/tx39/include/tx3904.h b/c/src/lib/libcpu/mips/tx39/include/tx3904.h
index eb8f60a36e..08b04e56a2 100644
--- a/c/src/lib/libcpu/mips/tx39/include/tx3904.h
+++ b/c/src/lib/libcpu/mips/tx39/include/tx3904.h
@@ -28,10 +28,10 @@
#define TX3904_TIMER_TRR 0xF0
#define TX3904_TIMER_READ( _base, _register ) \
- *((volatile unsigned32 *)((_base) + (_register)))
+ *((volatile uint32_t *)((_base) + (_register)))
#define TX3904_TIMER_WRITE( _base, _register, _value ) \
- *((volatile unsigned32 *)((_base) + (_register))) = (_value)
+ *((volatile uint32_t *)((_base) + (_register))) = (_value)
/*
* Interrupt Vector Numbers