]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/fpga.h
fpga: Add support to load partial bitstreams
[people/ms/u-boot.git] / include / fpga.h
index a55e49f9589dbe919afc5de8fd45f3b6a42d5a60..49efd375f7473b0675a3e83e7b20b1b0c6deec66 100644 (file)
@@ -38,6 +38,7 @@ typedef struct {              /* typedef fpga_desc */
 
 typedef enum {
        BIT_FULL = 0,
+       BIT_PARTIAL,
 } bitstream_type;
 
 /* root function definitions */