aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/include/soc/smm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/cannonlake/include/soc/smm.h')
-rw-r--r--src/soc/intel/cannonlake/include/soc/smm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/smm.h b/src/soc/intel/cannonlake/include/soc/smm.h
index 430cca4371..95c1abd622 100644
--- a/src/soc/intel/cannonlake/include/soc/smm.h
+++ b/src/soc/intel/cannonlake/include/soc/smm.h
@@ -22,11 +22,6 @@
#include <cpu/x86/smm.h>
#include <soc/gpio.h>
-struct ied_header {
- char signature[10];
- u32 size;
- u8 reserved[34];
-} __packed;
struct smm_relocation_params {
uintptr_t ied_base;