Skip to content

Commit

Permalink
doc: Add OPAL_PCI_MSI_EOI skeleton docs
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed Jun 3, 2019
1 parent dc9ee7f commit 9b9f564
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/opal-api/opal-pci-msi-eoi-63.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. _OPAL_PCI_MSI_EOI:

OPAL_PCI_MSI_EOI
================

.. code-block:: c
#define OPAL_PCI_MSI_EOI 63
int64_t opal_pci_msi_eoi(uint64_t phb_id, uint32_t hwirq);
Only required on PHB3 (POWER8) based systems.

Returns
-------

:ref:`OPAL_SUCCESS`
Success!
:ref:`OPAL_PARAMETER`
Invalid PHB id or hwirq.
:ref:`OPAL_HARDWARE`
Hardware or configuration issue.
:ref:`OPAL_UNSUPPORTED`
Unsupported on this PHB.

0 comments on commit 9b9f564

Please sign in to comment.