summaryrefslogtreecommitdiff
path: root/driver/xf86-video-rendition/src/vloaduc.h
blob: 0c127d144241c5069c2515399f062a471d6d39b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vloaduc.h,v 1.4 2000/03/31 20:13:27 dawes Exp $ */

/*
 * file vloaduc.h
 *
 * loads microcode
 */

#ifndef __VLOADUC_H__
#define __VLOADUC_H__



/*
 * includes
 */

#include "vos.h"
#include "vtypes.h"



/*
 * defines 
 */



/*
 * function prototypes
 */

int verite_load_ucfile(ScrnInfoPtr pScreenInfo, char *file_name);



#endif /* __VLOADUC_H__ */

/*
 * end of file vloaduc.h
 */