]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/video.h
README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
[karo-tx-uboot.git] / include / video.h
index efcc682a2931a36e51dd7504fe764edc76c50100..9519ceaf98bf1da91404d1aa21df15b1dd667f9e 100644 (file)
@@ -14,6 +14,5 @@
 int    video_init      (void *videobase);
 void   video_putc      (const char c);
 void   video_puts      (const char *s);
-void   video_printf    (const char *fmt, ...);
 
 #endif