/* * * Header for semelis * */ #include #include struct spare_boot_ctrl_head monitor_head __attribute__ ((section(".head_data"))) = { (0x14000000 | ((sizeof(struct spare_boot_ctrl_head) / sizeof(int)) & 0x00FFFFFF)), "monitor", 0, 0, 0, 0, "2.0", "monitor", {BL31_BASE} };