mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-17 15:02:10 +08:00
c-user: Fix MPCI initialization prototype
This commit is contained in:
parent
c95724b793
commit
536b2d98a2
@ -279,11 +279,8 @@ following prototype:
|
|||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
rtems_mpci_entry user_mpci_initialization(
|
rtems_mpci_entry user_mpci_initialization( void );
|
||||||
rtems_configuration_table *configuration
|
|
||||||
);
|
|
||||||
|
|
||||||
where configuration is the address of the user's Configuration Table.
|
|
||||||
Operations on global objects cannot be performed until this component is
|
Operations on global objects cannot be performed until this component is
|
||||||
invoked. The INITIALIZATION component is invoked only once in the life of any
|
invoked. The INITIALIZATION component is invoked only once in the life of any
|
||||||
system. If the MPCI layer cannot be successfully initialized, the fatal error
|
system. If the MPCI layer cannot be successfully initialized, the fatal error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user