Commit b88b0c9f authored by Wendy Liang's avatar Wendy Liang Committed by Siva Durga Prasad Paladugu
Browse files

Include "bl_common.h" in Xilinx zynqmp_private.h



Type "entry_point_info_t" is used in zynqmp_private.h. It is defined
in "bl_common.h". The header file which defines the type should be
included.
Signed-off-by: default avatarWendy Liang <jliang@xilinx.com>
parent c95b2dfa
......@@ -7,6 +7,7 @@
#ifndef __ZYNQMP_PRIVATE_H__
#define __ZYNQMP_PRIVATE_H__
#include <bl_common.h>
#include <interrupt_mgmt.h>
void zynqmp_config_setup(void);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment