summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/extern-dd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/extern-dd.h')
-rw-r--r--cpukit/libmisc/shell/extern-dd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/extern-dd.h b/cpukit/libmisc/shell/extern-dd.h
index 405d460ef3..6dc2db0180 100644
--- a/cpukit/libmisc/shell/extern-dd.h
+++ b/cpukit/libmisc/shell/extern-dd.h
@@ -40,8 +40,8 @@
#include <setjmp.h>
typedef struct rtems_shell_dd_globals_t {
- IO in, out; /* input/output state */
- STAT st; /* statistics */
+ rtems_shell_dd_IO in, out; /* input/output state */
+ rtems_shell_dd_STAT st; /* statistics */
void (*cfunc)(struct rtems_shell_dd_globals_t* globals); /* conversion function */
uintmax_t cpy_cnt; /* # of blocks to copy */
u_int ddflags; /* conversion options */