X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffpga.h;h=d768fb14171af5744b799e9e81f65e03ca95e6ab;hb=b05c344809ef45be7a5df9b6f4cc694551b0d66e;hp=e0d12981b283ea93f9e4ef9fcf66076e4cc5bbda;hpb=ec0cc98f2cb7fa217ed0a1a54978e2d8f2fbc20c;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 */