]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ipu.h
JFFS2: Speed up and fix comparison functions
[karo-tx-uboot.git] / include / ipu.h
index b8cf52147a32d38732a161b7a63c894d6c5dba90..3b44613490d93051c00c93de53b95381df72cf0f 100644 (file)
@@ -188,6 +188,14 @@ typedef union {
        } mem_dp_fg_sync;
 } ipu_channel_params_t;
 
+/*
+ * Enumeration of IPU interrupts.
+ */
+enum ipu_irq_line {
+       IPU_IRQ_DP_SF_END = 448 + 3,
+       IPU_IRQ_DC_FC_1 = 448 + 9,
+};
+
 /*
  * Bitfield of Display Interface signal polarities.
  */
@@ -282,5 +290,4 @@ int ipu_dp_init(ipu_channel_t channel, uint32_t in_pixel_fmt,
 void ipu_dp_uninit(ipu_channel_t channel);
 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap);
 ipu_color_space_t format_to_colorspace(uint32_t fmt);
-
-#endif /* __IPU_H */
+#endif