summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c')
-rw-r--r--MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
index 9f9a470991..8d8fdeec5f 100644
--- a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
+++ b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
@@ -2,7 +2,7 @@
Library instance that implement UEFI Device Path Library class based on protocol
gEfiDevicePathUtilitiesProtocolGuid.
- Copyright (c) 2006 - 2008, Intel Corporation<BR>
+ Copyright (c) 2006 - 2009, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -84,6 +84,7 @@ DevicePathLibConstructor (
**/
UINT8
+EFIAPI
DevicePathType (
IN CONST VOID *Node
)
@@ -105,6 +106,7 @@ DevicePathType (
**/
UINT8
+EFIAPI
DevicePathSubType (
IN CONST VOID *Node
)
@@ -129,6 +131,7 @@ DevicePathSubType (
**/
UINTN
+EFIAPI
DevicePathNodeLength (
IN CONST VOID *Node
)
@@ -150,6 +153,7 @@ DevicePathNodeLength (
**/
EFI_DEVICE_PATH_PROTOCOL *
+EFIAPI
NextDevicePathNode (
IN CONST VOID *Node
)
@@ -176,6 +180,7 @@ NextDevicePathNode (
**/
BOOLEAN
+EFIAPI
IsDevicePathEndType (
IN CONST VOID *Node
)
@@ -199,6 +204,7 @@ IsDevicePathEndType (
**/
BOOLEAN
+EFIAPI
IsDevicePathEnd (
IN CONST VOID *Node
)
@@ -222,6 +228,7 @@ IsDevicePathEnd (
**/
BOOLEAN
+EFIAPI
IsDevicePathEndInstance (
IN CONST VOID *Node
)
@@ -248,6 +255,7 @@ IsDevicePathEndInstance (
**/
UINT16
+EFIAPI
SetDevicePathNodeLength (
IN OUT VOID *Node,
IN UINTN Length
@@ -275,6 +283,7 @@ SetDevicePathNodeLength (
**/
VOID
+EFIAPI
SetDevicePathEndNode (
OUT VOID *Node
)