Refine code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10648 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -15,6 +15,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#include "Ip4Config.h"
|
||||
#include "NicIp4Variable.h"
|
||||
|
||||
//
|
||||
// Ip4 Config Protocol
|
||||
//
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_IP4_CONFIG_PROTOCOL mIp4ConfigProtocolTemplate = {
|
||||
EfiIp4ConfigStart,
|
||||
EfiIp4ConfigStop,
|
||||
EfiIp4ConfigGetData
|
||||
};
|
||||
|
||||
/**
|
||||
Get the NIC's configure information from the IP4 configure variable.
|
||||
@@ -651,9 +659,3 @@ Ip4ConfigCleanConfig (
|
||||
Ip4ConfigCleanDhcp4 (Instance);
|
||||
}
|
||||
|
||||
EFI_IP4_CONFIG_PROTOCOL mIp4ConfigProtocolTemplate = {
|
||||
EfiIp4ConfigStart,
|
||||
EfiIp4ConfigStop,
|
||||
EfiIp4ConfigGetData
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user