[Skiboot] [PATCH 096/110] doc: Skeleton OPAL_PCI_POLL docs

Stewart Smith stewart at linux.ibm.com
Fri May 31 16:13:37 AEST 2019


Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
 doc/opal-api/opal-pci-poll-62.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 doc/opal-api/opal-pci-poll-62.rst

diff --git a/doc/opal-api/opal-pci-poll-62.rst b/doc/opal-api/opal-pci-poll-62.rst
new file mode 100644
index 000000000000..298aa6d3685d
--- /dev/null
+++ b/doc/opal-api/opal-pci-poll-62.rst
@@ -0,0 +1,18 @@
+.. _OPAL_PCI_POLL:
+
+OPAL_PCI_POLL
+=============
+
+.. code-block:: c
+
+   #define OPAL_PCI_POLL				62
+
+   int64_t opal_pci_poll(uint64_t id);
+
+Crank the state machine for the PHB id. Returns how many milliseconds for
+the caller to sleep.
+
+Returns
+-------
+
+Milliseconds for the caller to sleep for, error code, or :ref:`OPAL_SUCCESS`.
-- 
2.21.0



More information about the Skiboot mailing list