mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Remove empty typedefs (gcc warning).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5056 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3e71187c5c
commit
02d99367c7
@ -33,7 +33,7 @@ Abstract:
|
||||
|
||||
typedef struct _EFI_NIC_IP4_CONFIG_PROTOCOL EFI_NIC_IP4_CONFIG_PROTOCOL;
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
//
|
||||
// Config source: dhcp or static
|
||||
//
|
||||
@ -106,7 +106,6 @@ EFI_STATUS
|
||||
IN NIC_ADDR *NicAddr OPTIONAL
|
||||
);
|
||||
|
||||
typedef
|
||||
struct _EFI_NIC_IP4_CONFIG_PROTOCOL {
|
||||
EFI_NIC_IP4_CONFIG_GET_NAME GetName;
|
||||
EFI_NIC_IP4_CONFIG_GET_INFO GetInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user