X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FInclude%2FLibrary%2FGenericBdsLib.h;fp=IntelFrameworkModulePkg%2FInclude%2FLibrary%2FGenericBdsLib.h;h=a9b89316bf30b0e83b7864f4367d751cce943847;hp=eeae07f014e59967a881c92ab51d09e62fd73c89;hb=8e8ae2daec6bb317da1ccbe89fa5d328f609735f;hpb=ce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973 diff --git a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h index eeae07f014..a9b89316bf 100644 --- a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h +++ b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h @@ -4,7 +4,7 @@ 2) BDS boot device connect interface 3) BDS Misc interfaces for mainting boot variable, ouput string. -Copyright (c) 2004 - 2009, Intel Corporation.
+Copyright (c) 2004 - 2010, Intel Corporation.
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 @@ -566,10 +566,17 @@ typedef struct { UINTN Maxlen; } POOL_PRINT; +typedef +VOID +(*DEV_PATH_FUNCTION) ( + IN OUT POOL_PRINT *Str, + IN VOID *DevPath + ); + typedef struct { - UINT8 Type; - UINT8 SubType; - VOID (*Function) (POOL_PRINT *, VOID *); + UINT8 Type; + UINT8 SubType; + DEV_PATH_FUNCTION Function; } DEVICE_PATH_STRING_TABLE; extern EFI_GUID mEfiDevicePathMessagingUartFlowControlGuid;