Lines Matching defs:h
7 #include <assert.h>
8 #include <common/bl_common.h>
9 #include <common/interrupt_props.h>
10 #include <drivers/arm/gicv2.h>
11 #include <lib/mmio.h>
12 #include <lib/xlat_tables/xlat_mmu_helpers.h>
13 #include <plat/common/platform.h>
14 #include <platform_def.h>
16 #include "aml_private.h"
57 param_header_t h;
79 assert(from_bl2->h.type == PARAM_BL31);
80 assert(from_bl2->h.version >= VERSION_1);