mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Avoid use of C++ keyword (or) as structure element name.
This commit is contained in:
@@ -112,8 +112,8 @@
|
|||||||
* Memory controller registers
|
* Memory controller registers
|
||||||
*/
|
*/
|
||||||
typedef struct m860MEMCRegisters_ {
|
typedef struct m860MEMCRegisters_ {
|
||||||
rtems_unsigned32 br;
|
rtems_unsigned32 _br;
|
||||||
rtems_unsigned32 or;
|
rtems_unsigned32 _or;
|
||||||
} m860MEMCRegisters_t;
|
} m860MEMCRegisters_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user