mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-21 16:57:44 +02:00
fixed typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8310 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
638868496c
commit
c40a155690
@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
|
|
||||||
|
|
||||||
#include "Ip4Config.h"
|
#include "Ip4Config.h"
|
||||||
#include "Ip4ConfigNV.h"
|
#include "Ip4ConfigNv.h"
|
||||||
|
|
||||||
EFI_DRIVER_BINDING_PROTOCOL gIp4ConfigDriverBinding = {
|
EFI_DRIVER_BINDING_PROTOCOL gIp4ConfigDriverBinding = {
|
||||||
Ip4ConfigDriverBindingSupported,
|
Ip4ConfigDriverBindingSupported,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/** @file
|
/** @file
|
||||||
The header file of IP4ConfigNV.c
|
The header file of IP4ConfigNv.c
|
||||||
|
|
||||||
Copyright (c) 2009, Intel Corporation.<BR>
|
Copyright (c) 2009, Intel Corporation.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
@ -16,7 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#define _IP4_CONFIGNV_H_
|
#define _IP4_CONFIGNV_H_
|
||||||
|
|
||||||
#include "Ip4Config.h"
|
#include "Ip4Config.h"
|
||||||
#include "Ip4NVData.h"
|
#include "Ip4NvData.h"
|
||||||
|
|
||||||
extern UINT8 Ip4ConfigDxeBin[];
|
extern UINT8 Ip4ConfigDxeBin[];
|
||||||
extern UINT8 Ip4ConfigDxeStrings[];
|
extern UINT8 Ip4ConfigDxeStrings[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user