blob: 91d30aca7552a969d0d1f2430778df7f849779ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.. _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.
|