summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/shmdr/shm_driver.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 21:34:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 21:34:43 +0000
commita29bf16b565e39f437d83d58ad876d3adb159c1a (patch)
tree9336f0415b30ed0ac5df0ef8564b6f24c83cf69e /c/src/libchip/shmdr/shm_driver.h
parent2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a29bf16b565e39f437d83d58ad876d3adb159c1a.tar.bz2
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/shmdr/shm_driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libchip/shmdr/shm_driver.h b/c/src/libchip/shmdr/shm_driver.h
index efff6835cc..33b9032cc0 100644
--- a/c/src/libchip/shmdr/shm_driver.h
+++ b/c/src/libchip/shmdr/shm_driver.h
@@ -6,7 +6,7 @@
*
* Processor board dependencies are in other files.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -423,7 +423,7 @@ struct shm_config_info {
vol_u32 *base; /* base address of SHM */
vol_u32 length; /* length (in bytes) of SHM */
vol_u32 format; /* SHM is big or little endian */
- vol_u32 (*convert)();/* neutral conversion routine */
+ uint32_t (*convert)();/* neutral conversion routine */
vol_u32 poll_intr;/* POLLED or INTR driven mode */
void (*cause_intr)( uint32_t);
Shm_Interrupt_information Intr; /* cause intr information */