mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 03:14:48 +08:00
sapi: Delete duplicate declarations
This commit is contained in:
@@ -50,7 +50,6 @@ extern "C" {
|
||||
|
||||
extern rtems_initialization_tasks_table Initialization_tasks[];
|
||||
extern rtems_driver_address_table Device_drivers[];
|
||||
extern rtems_configuration_table Configuration;
|
||||
#if defined(RTEMS_MULTIPROCESSING)
|
||||
extern rtems_multiprocessing_table Multiprocessing_configuration;
|
||||
#endif
|
||||
|
||||
@@ -280,12 +280,6 @@ extern rtems_configuration_table Configuration;
|
||||
#define rtems_configuration_get_idle_task_stack_size() \
|
||||
(Configuration.idle_task_stack_size)
|
||||
|
||||
/* XXX We need to get this from the generated table
|
||||
* since BSPs need it before the pointer is set.
|
||||
* Eventually all should be done this way.
|
||||
*/
|
||||
extern rtems_configuration_table Configuration;
|
||||
|
||||
#define rtems_configuration_get_interrupt_stack_size() \
|
||||
(Configuration.interrupt_stack_size)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user