[Skiboot] [PATCH 026/110] doc: prettify OPAL_CHECK_TOKEN
Stewart Smith
stewart at linux.ibm.com
Fri May 31 16:12:27 AEST 2019
Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
doc/opal-api/opal-check-token-80.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/opal-api/opal-check-token-80.rst b/doc/opal-api/opal-check-token-80.rst
index fb63179f7bac..34eb0a224c00 100644
--- a/doc/opal-api/opal-check-token-80.rst
+++ b/doc/opal-api/opal-check-token-80.rst
@@ -1,6 +1,14 @@
+.. _OPAL_CHECK_TOKEN:
+
OPAL_CHECK_TOKEN
================
+.. code-block:: c
+
+ #define OPAL_CHECK_TOKEN 80
+
+ int64_t opal_check_token(uint64_t token);
+
This OPAL call allows the host OS to determine if a particular OPAL call is present
on a system. This allows for simple compatibility between OPAL versions and different
OPAL implementations/platforms.
--
2.21.0
More information about the Skiboot
mailing list