aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-07-21 14:16:59 +0100
committerMatt Fleming <matt.fleming@linux.intel.com>2011-07-28 12:22:32 +0100
commitfdb45bff02cfe4556b16f31f1295c46130158a4a (patch)
tree3d3f036f65e819974c91136287bb06528b28f763
parentfbcefbd00f64fc360b6e638c617481b4e6fee80c (diff)
downloadefilinux-fdb45bff02cfe4556b16f31f1295c46130158a4a.tar.gz
efilinux: Add docbook comments for exit_boot_services
Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
-rw-r--r--efilinux.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/efilinux.h b/efilinux.h
index 055a1bd..76f5e77 100644
--- a/efilinux.h
+++ b/efilinux.h
@@ -149,7 +149,13 @@ get_memory_map(UINTN *size, EFI_MEMORY_DESCRIPTOR *map, UINTN *key,
}
/**
- * exit_boot_serivces -
+ * exit_boot_serivces - Terminate all boot services
+ * @image: firmware-allocated handle that identifies the image
+ * @key: key to the latest memory map
+ *
+ * This function is called when efilinux wants to take complete
+ * control of the system. efilinux should not make calls to boot time
+ * services after this function is called.
*/
static inline EFI_STATUS
exit_boot_services(EFI_HANDLE image, UINTN key)