diff mbox series

[026/110] doc: prettify OPAL_CHECK_TOKEN

Message ID 20190531061351.22973-27-stewart@linux.ibm.com
State Accepted
Headers show
Series Big documentation cleanup/expansion | expand

Commit Message

Stewart Smith May 31, 2019, 6:12 a.m. UTC
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 doc/opal-api/opal-check-token-80.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

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.