diff options
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
-rw-r--r-- | include/linux/fpga/fpga-mgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fpga/fpga-mgr.h b/include/linux/fpga/fpga-mgr.h index 57beb5d09bfc..e2ef94fd37af 100644 --- a/include/linux/fpga/fpga-mgr.h +++ b/include/linux/fpga/fpga-mgr.h | |||
@@ -70,6 +70,7 @@ enum fpga_mgr_states { | |||
70 | */ | 70 | */ |
71 | #define FPGA_MGR_PARTIAL_RECONFIG BIT(0) | 71 | #define FPGA_MGR_PARTIAL_RECONFIG BIT(0) |
72 | #define FPGA_MGR_EXTERNAL_CONFIG BIT(1) | 72 | #define FPGA_MGR_EXTERNAL_CONFIG BIT(1) |
73 | #define FPGA_MGR_ENCRYPTED_BITSTREAM BIT(2) | ||
73 | 74 | ||
74 | /** | 75 | /** |
75 | * struct fpga_image_info - information specific to a FPGA image | 76 | * struct fpga_image_info - information specific to a FPGA image |