forked from Imagelibrary/rtems
Avoid use of C++ keyword (or) as structure element name.
This commit is contained in:
@@ -112,8 +112,8 @@
|
||||
* Memory controller registers
|
||||
*/
|
||||
typedef struct m860MEMCRegisters_ {
|
||||
rtems_unsigned32 br;
|
||||
rtems_unsigned32 or;
|
||||
rtems_unsigned32 _br;
|
||||
rtems_unsigned32 _or;
|
||||
} m860MEMCRegisters_t;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user