mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 18:42:02 +08:00
c-user: Add types to macros
This commit is contained in:
@@ -879,7 +879,11 @@ MPCI node components.
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
#define RTEMS_OBJECT_ID_INITIAL( api, class, node )
|
||||
rtems_id RTEMS_OBJECT_ID_INITIAL(
|
||||
uint32_t api,
|
||||
uint32_t class,
|
||||
uint32_t node
|
||||
);
|
||||
|
||||
.. rubric:: PARAMETERS:
|
||||
|
||||
|
Reference in New Issue
Block a user