cpukit/bsd-tree.h: prepend CPP with RTEMS_ scoping

This commit is contained in:
Gedare Bloom
2024-07-09 22:52:40 +00:00
committed by Chris Johns
parent c33ed55231
commit 88ca88f3fd
18 changed files with 1643 additions and 446 deletions
+2 -2
View File
@@ -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 )