]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/video.h
arm: fixloop(): do not use r8 for relocation
[karo-tx-uboot.git] / include / video.h
1 /*
2 ** MPC823 Video Controller
3 ** =======================
4 ** (C) 2000 by Paolo Scaffardi (arsenio@tin.it)
5 ** AIRVENT SAM s.p.a - RIMINI(ITALY)
6 **
7 */
8
9 #ifndef _VIDEO_H_
10 #define _VIDEO_H_
11
12 /* Video functions */
13
14 int     video_init      (void *videobase);
15 void    video_putc      (const char c);
16 void    video_puts      (const char *s);
17 void    video_printf    (const char *fmt, ...);
18
19 #endif