xenocara/driver/xf86-video-rendition/src/vmisc.h

13 lines
223 B
C
Raw Normal View History

2006-11-26 13:10:12 -07:00
#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__ */