dp: rx: Moved xdprx.h include below XDp_Config type definition dependency.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
0b0c1897cc
commit
5e3c1dba5a
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,7 @@
|
||||||
/******************************* Include Files ********************************/
|
/******************************* Include Files ********************************/
|
||||||
|
|
||||||
#include "xil_types.h"
|
#include "xil_types.h"
|
||||||
#include "xdprx.h"
|
/* xdprx.h and xdptx.h are included. They require some type definitions. */
|
||||||
/* xdptx.h is included below for backward compatiblity. */
|
|
||||||
|
|
||||||
/****************************** Type Definitions ******************************/
|
/****************************** Type Definitions ******************************/
|
||||||
|
|
||||||
|
@ -301,6 +300,7 @@ XDp_Config *XDp_LookupConfig(u16 DeviceId);
|
||||||
#define XDptx_Config XDp_Config
|
#define XDptx_Config XDp_Config
|
||||||
#define XDptx_TimerHandler XDp_TimerHandler
|
#define XDptx_TimerHandler XDp_TimerHandler
|
||||||
|
|
||||||
|
#include "xdprx.h"
|
||||||
#include "xdptx.h"
|
#include "xdptx.h"
|
||||||
|
|
||||||
#endif /* XDP_H_ */
|
#endif /* XDP_H_ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue