mirror of https://github.com/acidanthera/audk.git
Remove duplicate typedef of EFI_SMM_CPU_IO_INTERFACE
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9756 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
806bf4f2f1
commit
225352556c
|
@ -23,7 +23,6 @@
|
||||||
#include <Protocol/SmmCpuIo.h>
|
#include <Protocol/SmmCpuIo.h>
|
||||||
|
|
||||||
typedef struct _EFI_SMM_SYSTEM_TABLE EFI_SMM_SYSTEM_TABLE;
|
typedef struct _EFI_SMM_SYSTEM_TABLE EFI_SMM_SYSTEM_TABLE;
|
||||||
typedef struct _EFI_SMM_CPU_IO_INTERFACE EFI_SMM_CPU_IO_INTERFACE;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SMM Base specification constant and types
|
// SMM Base specification constant and types
|
||||||
|
|
Loading…
Reference in New Issue