summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/m68k/m68302.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/m68k/m68302.h')
-rw-r--r--c/src/exec/score/cpu/m68k/m68302.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/m68k/m68302.h b/c/src/exec/score/cpu/m68k/m68302.h
index 084ceac034..c4bd0a5586 100644
--- a/c/src/exec/score/cpu/m68k/m68302.h
+++ b/c/src/exec/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 {