From 70bc3ef0be2e442d4e02041716241fa58188c98f Mon Sep 17 00:00:00 2001 From: hebe Date: Wed, 12 Sep 2012 19:05:00 +0200 Subject: [PATCH] Dcm, added boolean Arc_EOL to Dcm_DspMemoryRangeInfo type. --- include/Dcm_Lcfg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Dcm_Lcfg.h b/include/Dcm_Lcfg.h index 58a6d6d6..bdf7a3f8 100644 --- a/include/Dcm_Lcfg.h +++ b/include/Dcm_Lcfg.h @@ -310,6 +310,7 @@ typedef struct { uint32 MemoryAddressLow; /*DcmDspMemoryRangeRuleRef * pRule;*/ const Dcm_DspSecurityRowType **pSecurityLevel; + boolean Arc_EOL; } Dcm_DspMemoryRangeInfo; typedef struct { -- 2.39.2