X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fvideo.h;h=0d5bd21c600e7fe503617ca0017419f0f819a090;hb=a5b8722532729c62370b6abb278420804d5d071b;hp=c434bc71ae5601ee4ad0a0fcf73680a663cf98b2;hpb=8cdae1dacde7dbe74d53a8ac1a05761a53c4f191;p=u-boot diff --git a/include/video.h b/include/video.h index c434bc71ae..0d5bd21c60 100644 --- a/include/video.h +++ b/include/video.h @@ -23,6 +23,11 @@ struct video_uc_platdata { ulong base; }; +enum video_polarity { + VIDEO_ACTIVE_HIGH, /* Pins are active high */ + VIDEO_ACTIVE_LOW, /* Pins are active low */ +}; + /* * Bits per pixel selector. Each value n is such that the bits-per-pixel is * 2 ^ n