X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffpga.h;h=d768fb14171af5744b799e9e81f65e03ca95e6ab;hb=b8ad70f70655d4a53c4014e768a25194c8a4b219;hp=e0d12981b283ea93f9e4ef9fcf66076e4cc5bbda;hpb=9d86c8dc960c6f4e7e349a41cd2757098da6a92f;p=oweals%2Fu-boot.git diff --git a/include/fpga.h b/include/fpga.h index e0d12981b2..d768fb1417 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 */