]> Git Repo - linux.git/blobdiff - include/linux/fpga/fpga-mgr.h
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
[linux.git] / include / linux / fpga / fpga-mgr.h
index b4ac24c4411d0fae1a77aa40024f7b9a5285ad5c..bfa14bc023fbc65014bc7e6010a7a10a181e0d2d 100644 (file)
@@ -67,10 +67,14 @@ enum fpga_mgr_states {
  * FPGA Manager flags
  * FPGA_MGR_PARTIAL_RECONFIG: do partial reconfiguration if supported
  * FPGA_MGR_EXTERNAL_CONFIG: FPGA has been configured prior to Linux booting
+ * FPGA_MGR_BITSTREAM_LSB_FIRST: SPI bitstream bit order is LSB first
+ * FPGA_MGR_COMPRESSED_BITSTREAM: FPGA bitstream is compressed
  */
 #define FPGA_MGR_PARTIAL_RECONFIG      BIT(0)
 #define FPGA_MGR_EXTERNAL_CONFIG       BIT(1)
 #define FPGA_MGR_ENCRYPTED_BITSTREAM   BIT(2)
+#define FPGA_MGR_BITSTREAM_LSB_FIRST   BIT(3)
+#define FPGA_MGR_COMPRESSED_BITSTREAM  BIT(4)
 
 /**
  * struct fpga_image_info - information specific to a FPGA image
This page took 0.03431 seconds and 4 git commands to generate.