mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 23:10:16 +00:00
More file movement
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <rtems/core/threadq.h>
|
||||
#include <rtems/core/tqdata.h>
|
||||
#include <rtems/core/watchdog.h>
|
||||
#include <rtems/sysstate.h>
|
||||
#include <rtems/core/sysstate.h>
|
||||
|
||||
void _Multiprocessing_Manager_initialization ( void )
|
||||
{
|
||||
@@ -36,7 +36,8 @@ void rtems_multiprocessing_announce ( void )
|
||||
}
|
||||
|
||||
void _MPCI_Handler_initialization(
|
||||
MPCI_Control *users_mpci_table
|
||||
MPCI_Control *users_mpci_table,
|
||||
unsigned32 timeout_status
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/rtems/attr.h>
|
||||
#include <rtems/core/chain.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/isr.h>
|
||||
#include <rtems/rtems/message.h>
|
||||
#include <rtems/core/object.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/core/address.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/object.h>
|
||||
#include <rtems/rtems/part.h>
|
||||
#include <rtems/core/thread.h>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/object.h>
|
||||
#include <rtems/rtems/options.h>
|
||||
#include <rtems/rtems/region.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/rtems/attr.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/isr.h>
|
||||
#include <rtems/core/object.h>
|
||||
#include <rtems/rtems/options.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <rtems/core/threadq.h>
|
||||
#include <rtems/core/tqdata.h>
|
||||
#include <rtems/core/watchdog.h>
|
||||
#include <rtems/sysstate.h>
|
||||
#include <rtems/core/sysstate.h>
|
||||
|
||||
void _Multiprocessing_Manager_initialization ( void )
|
||||
{
|
||||
@@ -36,7 +36,8 @@ void rtems_multiprocessing_announce ( void )
|
||||
}
|
||||
|
||||
void _MPCI_Handler_initialization(
|
||||
MPCI_Control *users_mpci_table
|
||||
MPCI_Control *users_mpci_table,
|
||||
unsigned32 timeout_status
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/rtems/attr.h>
|
||||
#include <rtems/core/chain.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/isr.h>
|
||||
#include <rtems/rtems/message.h>
|
||||
#include <rtems/core/object.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/core/address.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/object.h>
|
||||
#include <rtems/rtems/part.h>
|
||||
#include <rtems/core/thread.h>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/object.h>
|
||||
#include <rtems/rtems/options.h>
|
||||
#include <rtems/rtems/region.h>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/rtems/status.h>
|
||||
#include <rtems/rtems/attr.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/core/isr.h>
|
||||
#include <rtems/core/object.h>
|
||||
#include <rtems/rtems/options.h>
|
||||
|
||||
Reference in New Issue
Block a user