mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 14:07:59 +08:00
cpukit/bsd-tree.h: prepend CPP with RTEMS_ scoping
This commit is contained in:
committed by
Chris Johns
parent
c33ed55231
commit
88ca88f3fd
@@ -76,8 +76,8 @@ RTEMS_STATIC_ASSERT(
|
||||
rb_root_node
|
||||
);
|
||||
|
||||
#undef RB_ROOT
|
||||
#define RB_ROOT ( (struct rb_root) { NULL } )
|
||||
#undef RTEMS_RB_ROOT
|
||||
#define RTEMS_RB_ROOT ( (struct rb_root) { NULL } )
|
||||
|
||||
#define rb_entry( p, container, field ) RTEMS_CONTAINER_OF( p, container, field )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user