X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffpga.h;h=d768fb14171af5744b799e9e81f65e03ca95e6ab;hb=211aaf309cde193918f9a19b0b010acebfd80a82;hp=e0d12981b283ea93f9e4ef9fcf66076e4cc5bbda;hpb=3b95288a2ae8146ca4915250f815c1218b1706fa;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fpga.h b/include/fpga.h index e0d1298..d768fb1 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -46,6 +46,7 @@ typedef struct { /* typedef fpga_desc */ typedef enum { BIT_FULL = 0, BIT_PARTIAL, + BIT_NONE = 0xFF, } bitstream_type; /* root function definitions */