]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4con/server/src/con_hw/ati128.h
fdefd2195527dedc411542927564c49c861ff87c
[l4.git] / l4 / pkg / l4con / server / src / con_hw / ati128.h
1 /*!
2  * \file        ati.h
3  * \brief       ATI Rage128 driver
4  *
5  * \date        08/2003
6  * \author      Frank Mehnert <fm3@os.inf.tu-dresden.de> */
7 /*
8  * (c) 2003-2009 Technische Universität Dresden
9  * This file is part of TUD:OS and distributed under the terms of the
10  * GNU General Public License 2.
11  * Please see the COPYING-GPL-2 file for details.
12  */
13
14 #ifndef __ATI128_H_
15 #define __ATI128_H_
16
17 void ati128_register(void);
18 void ati128_vid_init(con_accel_t *accel);
19 void ati128_test_for_card_disappeared(void);
20
21 #endif
22