TianoCore EDK2 master
Loading...
Searching...
No Matches
Ip4Config2Nv.h
Go to the documentation of this file.
1
9#ifndef _IP4_CONFIG2NV_H_
10#define _IP4_CONFIG2NV_H_
11
12#include "Ip4Impl.h"
13
14extern UINT8 Ip4Config2Bin[];
15extern UINT8 Ip4DxeStrings[];
16
17#define NIC_ITEM_CONFIG_SIZE (sizeof (IP4_CONFIG2_INSTANCE) + (sizeof (EFI_IPv4_ADDRESS) * MAX_IP4_CONFIG_DNS))
18
32 );
33
40VOID
43 );
44
45#endif
EFI_STATUS Ip4Config2FormInit(IN OUT IP4_CONFIG2_INSTANCE *Instance)
VOID Ip4Config2FormUnload(IN OUT IP4_CONFIG2_INSTANCE *Instance)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29