diff options
Diffstat (limited to 'include/xilinx.h')
| -rw-r--r-- | include/xilinx.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/xilinx.h b/include/xilinx.h index 592cbea1f..bcfe76d81 100644 --- a/include/xilinx.h +++ b/include/xilinx.h @@ -81,6 +81,7 @@ typedef struct {		/* typedef Xilinx_desc */  	size_t size;		/* bytes of data part can accept */  	void *iface_fns;	/* interface function table */  	int cookie;		/* implementation specific cookie */ +	char *name;		/* device name in bitstream */  } Xilinx_desc;			/* end, typedef Xilinx_desc */  /* Generic Xilinx Functions |