summaryrefslogtreecommitdiffstats
path: root/mig_test/software/include/vga.h
blob: f4d391409c5b3595beba47630ef72b7ed205190d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * $HeadURL: https://svn.fzd.de/repo/concast/FWF_Projects/FWKE/hw_sp605/bsp_zpuahb/software/include/vga.h $
 * $Date$
 * $Author$
 * $Revision$
 */


#include "peripherie.h"


extern uint8_t vga_line;
extern uint8_t vga_column;

void vga_init( void);
void vga_clear( void);
void vga_putchar( char c);

OpenPOWER on IntegriCloud