summaryrefslogtreecommitdiff
path: root/driver/xf86-video-rendition/src/vmisc.h
blob: c104147e06c09de27b8d549fb2684238abfd0fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vmisc.h,v 1.3 2000/03/31 20:13:27 dawes Exp $ */

#ifndef __VMISC_H__
#define __VMISC_H__

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

void verite_bustomem_cpy (vu8 *, vu8 *, vu32);
void verite_memtobus_cpy (vu8 *, vu8 *, vu32);

#endif /* __VMISC_H__ */