diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-29 11:25:42 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-29 11:25:42 +0000 |
commit | 04369cd8fc2523bd45dccb1f615f97c950ed3c63 (patch) | |
tree | ff96f145aec2d82e0a4422b78a008ae6abbd546a /Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.h | |
parent | e6e53c97c943d7a93c17871668ee18a900e8da05 (diff) | |
download | edk2-platforms-04369cd8fc2523bd45dccb1f615f97c950ed3c63.tar.xz |
Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3992 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.h')
-rw-r--r-- | Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.h b/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.h index d844aa05f2..f01a04b2a1 100644 --- a/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.h +++ b/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.h @@ -102,8 +102,9 @@ typedef struct { //
// Global Protocol Variables
//
-extern EFI_DRIVER_BINDING_PROTOCOL gWinNtSerialIoDriverBinding;
-extern EFI_COMPONENT_NAME_PROTOCOL gWinNtSerialIoComponentName;
+extern EFI_DRIVER_BINDING_PROTOCOL gWinNtSerialIoDriverBinding;
+extern EFI_COMPONENT_NAME_PROTOCOL gWinNtSerialIoComponentName;
+extern EFI_COMPONENT_NAME2_PROTOCOL gWinNtSerialIoComponentName2;
//
// Macros to convert EFI serial types to NT serial types.
|