mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-20 21:30:06 +08:00
Add region support.
Abstractions for classic/region added.
This commit is contained in:

committed by
Chris Johns

parent
c3d06d531c
commit
b9ee5df588
@@ -18,7 +18,7 @@ class infotables:
|
||||
'classic/semaphores' : ('Semaphore_Control', '_Semaphore_Information'),
|
||||
'classic/message_queues' : ('Message_queue_Control', '_Message_queue_Information'),
|
||||
'classic/partitions' : ('Partition_Control', '_Partition_Information'),
|
||||
'classic/regions' : ('Region_Control', '_Regions_Information'),
|
||||
'classic/regions' : ('Region_Control', '_Region_Information'),
|
||||
'classic/ports' : ('Port_Control', '_Port_Information'),
|
||||
'classic/periods' : ('Period_Control', '_Period_Information'),
|
||||
'classic/extensions' : ('Extension_Control', '_Extension_Information'),
|
||||
|
Reference in New Issue
Block a user