[Skiboot] [PATCH 099/110] doc: Add skeleton OPAL_RESYNC_TIMEBASE docs
Stewart Smith
stewart at linux.ibm.com
Fri May 31 16:13:40 AEST 2019
Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
doc/opal-api/opal-resync-timebase-79.rst | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 doc/opal-api/opal-resync-timebase-79.rst
diff --git a/doc/opal-api/opal-resync-timebase-79.rst b/doc/opal-api/opal-resync-timebase-79.rst
new file mode 100644
index 000000000000..b4df452e37aa
--- /dev/null
+++ b/doc/opal-api/opal-resync-timebase-79.rst
@@ -0,0 +1,21 @@
+.. _OPAL_RESYNC_TIMEBASE:
+
+OPAL_RESYNC_TIMEBASE
+====================
+
+.. code-block:: c
+
+ #define OPAL_RESYNC_TIMEBASE 79
+
+ int64_t opal_resync_timebase(void);
+
+Resynchronises the timebase for all threads in a core to the timebase from
+chiptod.
+
+Returns
+-------
+
+:ref:`OPAL_SUCCESS`
+ Successfully resynced timebases (or it's a no-op on this platform).
+:ref:`OPAL_HARDWARE`
+ Failed to resync timebase.
--
2.21.0
More information about the Skiboot
mailing list