X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flcd.h;h=c6e7fc5216330c6797e7c28a640a67322766a446;hb=c1747970612e36148e7f7a51872c652ed47697f4;hp=267915219cf32a9616d1515914712815778f6ab6;hpb=5644369450635fa5c2967bee55b1ac41f6e988d0;p=oweals%2Fu-boot.git diff --git a/include/lcd.h b/include/lcd.h index 267915219c..c6e7fc5216 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -225,15 +225,6 @@ typedef struct vidinfo { u_char vl_vbpd; /* Wait end of frame */ u_char vl_cmd_allow_len; /* Wait end of frame */ - void (*cfg_gpio)(void); - void (*backlight_on)(unsigned int onoff); - void (*reset_lcd)(void); - void (*lcd_power_on)(void); - void (*cfg_ldo)(void); - void (*enable_ldo)(unsigned int onoff); - void (*mipi_power)(void); - void (*backlight_reset)(void); - unsigned int win_id; unsigned int init_delay; unsigned int power_on_delay;