]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/splash.h
i2c: tegra: use repeated start for reads
[karo-tx-uboot.git] / include / splash.h
index a8dd151c734f53253dd614e8a318943df071b767..89ee7b22ec2b324f4c29f37018242a91a42259a7 100644 (file)
 
 int splash_screen_prepare(void);
 
+#ifdef CONFIG_SPLASH_SCREEN_ALIGN
+void splash_get_pos(int *x, int *y);
+#else
+static inline void splash_get_pos(int *x, int *y) { }
+#endif
+
+#define BMP_ALIGN_CENTER       0x7FFF
 
 #endif