diff --git a/arch/x86/include/asm/icc.h b/arch/x86/include/asm/icc.h index e2197326..cb806761 100644 --- a/arch/x86/include/asm/icc.h +++ b/arch/x86/include/asm/icc.h @@ -39,12 +39,6 @@ typedef struct { extern bootinfo_t* bootinfo; -typedef struct { - uint8_t type; - uint8_t tag; - uint32_t length; -} icc_header_t; - /* #define ICC_TYPE_IP (1 << 0) #define ICC_TYPE_SVM (1 << 1)