]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Keyboard.c
1) Add in support for Framework VFR file which specify all VAR Store correctly. This...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiToUefiHiiThunk / Keyboard.c
index 9a49ee576107587518f2cd5afedbf45d58aee482..087cd7aedbf6e5a52cf2d458def06f5a1a52946c 100644 (file)
@@ -16,6 +16,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include "HiiDatabase.h"\r
 \r
+/**\r
+  Retrieves the current keyboard layout. \r
+  This function is not implemented by HII Thunk Module.\r
+\r
+  @param This             A pointer to the EFI_HII_PROTOCOL instance. \r
+  @param DescriptorCount  A pointer to the number of Descriptor entries being described in the keyboard layout being retrieved.\r
+  @param Descriptor       A pointer to a buffer containing an array of EFI_KEY_DESCRIPTOR entries. Each entry will reflect the definition of a specific physical key. Type EFI_KEY_DESCRIPTOR is defined in "Related Definitions" below.\r
+\r
+  @retval  EFI_SUCCESS   The keyboard layout was retrieved successfully.\r
\r
+**/\r
 EFI_STATUS\r
 EFIAPI\r
 HiiGetKeyboardLayout (\r
@@ -23,15 +34,6 @@ HiiGetKeyboardLayout (
   OUT    UINT16             *DescriptorCount,\r
   OUT    FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor\r
   )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-Arguments:\r
-\r
-Returns:\r
-\r
---*/\r
 {\r
   ASSERT (FALSE);\r
   //\r