summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/network/uti596.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:38:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 04:38:00 +0000
commit2a7e204c01f39b6ca55ec4783fb08922e0ad0692 (patch)
treed77bc2302f186418e86452fd0998931092a5d8f4 /c/src/lib/libbsp/m68k/mvme167/network/uti596.h
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-2a7e204c01f39b6ca55ec4783fb08922e0ad0692.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/ckinit.c, console/console-recording.h, console/console.c, fatal/bspfatal.c, include/fatal.h, network/network.c, network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/network/uti596.h')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/network/uti596.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/network/uti596.h b/c/src/lib/libbsp/m68k/mvme167/network/uti596.h
index 556945a5fe..38b22af0c5 100644
--- a/c/src/lib/libbsp/m68k/mvme167/network/uti596.h
+++ b/c/src/lib/libbsp/m68k/mvme167/network/uti596.h
@@ -304,8 +304,8 @@ typedef volatile struct i596_scb {
* Intermediate System Configuration Pointer
*/
typedef volatile struct i596_iscp {
- unsigned8 null1; /* Always zero */
- unsigned8 busy; /* Busy byte */
+ uint8_t null1; /* Always zero */
+ uint8_t busy; /* Busy byte */
unsigned short scb_offset; /* Not used in linear mode */
unsigned long scb_pointer; /* Swapped pointer to scb */
i596_scb *scb; /* Real pointer to scb */