1
0
Fork 0
qemu/roms/skiboot/doc/opal-api/opal-prd-msg-113.rst
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

19 lines
410 B
ReStructuredText

.. _OPAL_PRD_MSG:
OPAL_PRD_MSG
============
.. code-block:: c
#define OPAL_PRD_MSG 113
int64_t opal_prd_msg(struct opal_prd_msg *msg);
The OPAL_PRD_MSG call is used to pass a struct opal_prd_msg from the HBRT
code into opal, and is paired with the :ref:`OPAL_PRD_MSG` message type.
Parameters
----------
``struct opal_msg *msg``
Passes an opal_msg, of type OPAL_PRD_MSG, from the OS to OPAL.