summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/UefiBootServicesTableLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/UefiBootServicesTableLib.h')
-rw-r--r--MdePkg/Include/Library/UefiBootServicesTableLib.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/MdePkg/Include/Library/UefiBootServicesTableLib.h b/MdePkg/Include/Library/UefiBootServicesTableLib.h
index c5611b41b7..46683fd42f 100644
--- a/MdePkg/Include/Library/UefiBootServicesTableLib.h
+++ b/MdePkg/Include/Library/UefiBootServicesTableLib.h
@@ -15,19 +15,19 @@
#ifndef __UEFI_BOOT_SERVICES_TABLE_LIB_H__
#define __UEFI_BOOT_SERVICES_TABLE_LIB_H__
-//
-// Cache the Image Handle
-//
+///
+/// Cache the Image Handle
+///
extern EFI_HANDLE gImageHandle;
-//
-// Cache pointer to the EFI System Table
-//
+///
+/// Cache pointer to the EFI System Table
+///
extern EFI_SYSTEM_TABLE *gST;
-//
-// Cache pointer to the EFI Boot Services Table
-//
+///
+/// Cache pointer to the EFI Boot Services Table
+///
extern EFI_BOOT_SERVICES *gBS;
#endif