1
0
Fork 0

fpga: Add bitstream type BIT_NONE

Add bitstream type BIT_NONE to the bitstream type
enum. This might be useful while loading bitstreams
in respective drivers.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
utp
Siva Durga Prasad Paladugu 2015-12-09 18:46:42 +05:30 committed by Michal Simek
parent f72132673a
commit ddbcf8f2c2
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ typedef struct { /* typedef fpga_desc */
typedef enum {
BIT_FULL = 0,
BIT_PARTIAL,
BIT_NONE = 0xFF,
} bitstream_type;
/* root function definitions */