summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/m68302.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m68k/m68302.h')
-rw-r--r--cpukit/score/cpu/m68k/m68302.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/m68k/m68302.h b/cpukit/score/cpu/m68k/m68302.h
index 084ceac034..c4bd0a5586 100644
--- a/cpukit/score/cpu/m68k/m68302.h
+++ b/cpukit/score/cpu/m68k/m68302.h
@@ -275,9 +275,9 @@ typedef struct {
* Section 4.5.5
*/
typedef struct m302_SCC_bd {
- rtems_unsigned16 status; /* status and control */
- rtems_unsigned16 length; /* data length */
- rtems_unsigned8 *buffer; /* data buffer pointer */
+ rtems_unsigned16 status; /* status and control */
+ rtems_unsigned16 length; /* data length */
+ volatile rtems_unsigned8 *buffer; /* data buffer pointer */
} m302_SCC_bd_t;
typedef struct {