c-user: Add types to macros

This commit is contained in:
Sebastian Huber
2022-09-30 14:52:01 +02:00
parent 23fc93bf64
commit c98307c4f1
4 changed files with 44 additions and 22 deletions

View File

@@ -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: