]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/EblCmdLib.h
EmbeddedPkg: import EfiTimeBaseLib (as TimeBaseLib)
[mirror_edk2.git] / EmbeddedPkg / Include / Library / EblCmdLib.h
index 5c21d05f00093754c918ed99bbec57ce3a9395e0..2a8a66c016c44f738a2369cc2e998ecc861d2b2b 100644 (file)
@@ -3,6 +3,7 @@
 \r
   Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
   Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
 \r
 VOID\r
+EFIAPI\r
 EblAddCommand (\r
   IN const EBL_COMMAND_TABLE   *Entry\r
   );\r
 \r
 VOID\r
+EFIAPI\r
 EblAddCommands (\r
   IN const EBL_COMMAND_TABLE   *EntryArray,\r
   IN UINTN                     ArrayCount\r
@@ -34,7 +37,7 @@ EblAddCommands (
 \r
 \r
 //\r
-// LIbrary constructor called directly from Ebl Code. \r
+// LIbrary constructor called directly from Ebl Code.\r
 // This module calls EblAddCommand () or EblAddCommands () to register new commands\r
 //\r
 VOID\r