]> Git Repo - J-u-boot.git/blame - include/video.h
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
[J-u-boot.git] / include / video.h
CommitLineData
167c5898
WD
1/*
2** MPC823 Video Controller
3** =======================
4** (C) 2000 by Paolo Scaffardi ([email protected])
5** AIRVENT SAM s.p.a - RIMINI(ITALY)
6**
7*/
8
9#ifndef _VIDEO_H_
10#define _VIDEO_H_
11
12/* Video functions */
13
14int video_init (void *videobase);
15void video_putc (const char c);
16void video_puts (const char *s);
17void video_printf (const char *fmt, ...);
18
19#endif
This page took 0.147755 seconds and 4 git commands to generate.