Removed extra typedefs on structures to fix error generated by gcc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4929 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -68,7 +68,7 @@ EFI_STATUS
|
||||
IN EFI_VARIABLE_STORE_PROTOCOL *This
|
||||
);
|
||||
|
||||
typedef struct _EFI_VARIABLE_STORE_PROTOCOL {
|
||||
struct _EFI_VARIABLE_STORE_PROTOCOL {
|
||||
|
||||
//
|
||||
// Number of banks and bank size
|
||||
@@ -84,7 +84,7 @@ typedef struct _EFI_VARIABLE_STORE_PROTOCOL {
|
||||
EFI_UPDATE_STORE UpdateStore;
|
||||
EFI_CLEANUP_STORE CleanupStore;
|
||||
|
||||
} EFI_VARIABLE_STORE_PROTOCOL;
|
||||
};
|
||||
|
||||
//
|
||||
//
|
||||
|
Reference in New Issue
Block a user