X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffpga.h;h=d768fb14171af5744b799e9e81f65e03ca95e6ab;hb=1acc0087876229d7ade1b23aaecbccf63de8a615;hp=e0d12981b283ea93f9e4ef9fcf66076e4cc5bbda;hpb=65afbbde6bd4429add8a644d8e2adbdbb812f7ec;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 */