From 0e583e7ecdd78a9f83968d09f2eefc2cddcaafec Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 27 Jul 2016 17:43:19 +1000 Subject: doc/opal-api: fix ReStructured Text syntax Signed-off-by: Stewart Smith --- doc/opal-api/opal-poll-events.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'doc/opal-api/opal-poll-events.rst') diff --git a/doc/opal-api/opal-poll-events.rst b/doc/opal-api/opal-poll-events.rst index 6a0832e..c70d7f0 100644 --- a/doc/opal-api/opal-poll-events.rst +++ b/doc/opal-api/opal-poll-events.rst @@ -1,5 +1,5 @@ OPAL_POLL_EVENTS ----------------- +================ Poll for outstanding events. @@ -19,8 +19,7 @@ Unused OPAL_EVENT_RTC = 0x4 -------------------- - -TODO: clean this up, this is just copied from hw/fsp/fsp-rtc.c: +**TODO**: clean this up, this is just copied from hw/fsp/fsp-rtc.c: :: * Because the RTC calls can be pretty slow, these functions will shoot * an asynchronous request to the FSP (if none is already pending) @@ -46,8 +45,6 @@ TODO: clean this up, this is just copied from hw/fsp/fsp-rtc.c: * attempted at the same time, the event bit will remain set as long as either * of the two has a pending event to signal. - - OPAL_EVENT_CONSOLE_OUTPUT = 0x8 ------------------------------- TODO @@ -79,6 +76,6 @@ TODO OPAL_EVENT_DUMP_AVAIL = 0x400 ----------------------------- Signifies that there is a pending system dump available. See OPAL_DUMP suite -of calls for details. +of calls for details. :: -OPAL_EVENT_MSG_PENDING = 0x800, + OPAL_EVENT_MSG_PENDING = 0x800, -- cgit v1.1