diff options
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
-rw-r--r-- | include/linux/fpga/fpga-mgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fpga/fpga-mgr.h b/include/linux/fpga/fpga-mgr.h index 55803186e0ea..96a1a3311649 100644 --- a/include/linux/fpga/fpga-mgr.h +++ b/include/linux/fpga/fpga-mgr.h | |||
@@ -65,8 +65,10 @@ enum fpga_mgr_states { | |||
65 | /* | 65 | /* |
66 | * FPGA Manager flags | 66 | * FPGA Manager flags |
67 | * FPGA_MGR_PARTIAL_RECONFIG: do partial reconfiguration if supported | 67 | * FPGA_MGR_PARTIAL_RECONFIG: do partial reconfiguration if supported |
68 | * FPGA_MGR_EXTERNAL_CONFIG: FPGA has been configured prior to Linux booting | ||
68 | */ | 69 | */ |
69 | #define FPGA_MGR_PARTIAL_RECONFIG BIT(0) | 70 | #define FPGA_MGR_PARTIAL_RECONFIG BIT(0) |
71 | #define FPGA_MGR_EXTERNAL_CONFIG BIT(1) | ||
70 | 72 | ||
71 | /** | 73 | /** |
72 | * struct fpga_image_info - information specific to a FPGA image | 74 | * struct fpga_image_info - information specific to a FPGA image |