summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/rtc/icm7170_reg.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 21:18:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 21:18:06 +0000
commit2b0d72afb87841ed7e7263b6b6db6c5173a52484 (patch)
tree6c6e8759d222cd6607b5d21143851b3bc20cec25 /c/src/libchip/rtc/icm7170_reg.c
parent2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2b0d72afb87841ed7e7263b6b6db6c5173a52484.tar.bz2
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libchip/rtc/ds1375-rtc.h, libchip/rtc/ds1375.c, libchip/rtc/icm7170.c, libchip/rtc/icm7170_reg.c, libchip/rtc/m48t08_reg.c, libchip/rtc/rtc.h: Use uintptr_t instead of uint32_t.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/rtc/icm7170_reg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libchip/rtc/icm7170_reg.c b/c/src/libchip/rtc/icm7170_reg.c
index de85bec7e5..7172354e9a 100644
--- a/c/src/libchip/rtc/icm7170_reg.c
+++ b/c/src/libchip/rtc/icm7170_reg.c
@@ -31,7 +31,7 @@
*/
uint32_t _ICM7170_NAME(icm7170_get_register)(
- uint32_t ulCtrlPort,
+ uintptr_t ulCtrlPort,
uint8_t ucRegNum
)
{
@@ -47,7 +47,7 @@ uint32_t _ICM7170_NAME(icm7170_get_register)(
*/
void _ICM7170_NAME(icm7170_set_register)(
- uint32_t ulCtrlPort,
+ uintptr_t ulCtrlPort,
uint8_t ucRegNum,
uint32_t ucData
)