summaryrefslogtreecommitdiff
path: root/include/atmel_lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/atmel_lcd.h')
-rw-r--r--include/atmel_lcd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/atmel_lcd.h b/include/atmel_lcd.h
index 8a2f46f6c7..ee7ba27798 100644
--- a/include/atmel_lcd.h
+++ b/include/atmel_lcd.h
@@ -43,6 +43,15 @@ typedef struct vidinfo {
u_long vl_lower_margin; /* Time from picture to sync */
u_long mmio; /* Memory mapped registers */
+
+ u_int logo_width;
+ u_int logo_height;
+ int logo_x_offset;
+ int logo_y_offset;
+ u_long logo_addr;
} vidinfo_t;
+void atmel_logo_info(vidinfo_t *info);
+void microchip_logo_info(vidinfo_t *info);
+
#endif