mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR126, configuration structures now match docs. * include/rtems/rtems/config.h: Use public data types.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR126, configuration structures now match docs.
|
||||
* include/rtems/rtems/config.h: Use public data types.
|
||||
|
||||
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR147 addressed problems when reseting and inserting a timer
|
||||
|
||||
@@ -33,15 +33,15 @@ extern "C" {
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
unsigned32 maximum_tasks;
|
||||
unsigned32 maximum_timers;
|
||||
unsigned32 maximum_semaphores;
|
||||
unsigned32 maximum_message_queues;
|
||||
unsigned32 maximum_partitions;
|
||||
unsigned32 maximum_regions;
|
||||
unsigned32 maximum_ports;
|
||||
unsigned32 maximum_periods;
|
||||
unsigned32 number_of_initialization_tasks;
|
||||
rtems_unsigned32 maximum_tasks;
|
||||
rtems_unsigned32 maximum_timers;
|
||||
rtems_unsigned32 maximum_semaphores;
|
||||
rtems_unsigned32 maximum_message_queues;
|
||||
rtems_unsigned32 maximum_partitions;
|
||||
rtems_unsigned32 maximum_regions;
|
||||
rtems_unsigned32 maximum_ports;
|
||||
rtems_unsigned32 maximum_periods;
|
||||
rtems_unsigned32 number_of_initialization_tasks;
|
||||
rtems_initialization_tasks_table *User_initialization_tasks_table;
|
||||
} rtems_api_configuration_table;
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR126, configuration structures now match docs.
|
||||
* include/rtems/rtems/config.h: Use public data types.
|
||||
|
||||
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Per PR147 addressed problems when reseting and inserting a timer
|
||||
|
||||
@@ -33,15 +33,15 @@ extern "C" {
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
unsigned32 maximum_tasks;
|
||||
unsigned32 maximum_timers;
|
||||
unsigned32 maximum_semaphores;
|
||||
unsigned32 maximum_message_queues;
|
||||
unsigned32 maximum_partitions;
|
||||
unsigned32 maximum_regions;
|
||||
unsigned32 maximum_ports;
|
||||
unsigned32 maximum_periods;
|
||||
unsigned32 number_of_initialization_tasks;
|
||||
rtems_unsigned32 maximum_tasks;
|
||||
rtems_unsigned32 maximum_timers;
|
||||
rtems_unsigned32 maximum_semaphores;
|
||||
rtems_unsigned32 maximum_message_queues;
|
||||
rtems_unsigned32 maximum_partitions;
|
||||
rtems_unsigned32 maximum_regions;
|
||||
rtems_unsigned32 maximum_ports;
|
||||
rtems_unsigned32 maximum_periods;
|
||||
rtems_unsigned32 number_of_initialization_tasks;
|
||||
rtems_initialization_tasks_table *User_initialization_tasks_table;
|
||||
} rtems_api_configuration_table;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user