vmisc.h revision bdcaa8d0
1/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/vmisc.h,v 1.3 2000/03/31 20:13:27 dawes Exp $ */ 2 3#ifndef __VMISC_H__ 4#define __VMISC_H__ 5 6#include "rendition.h" 7#include "vtypes.h" 8#include "vos.h" 9 10void verite_bustomem_cpy (vu8 *, vu8 *, vu32); 11void verite_memtobus_cpy (vu8 *, vu8 *, vu32); 12 13#endif /* __VMISC_H__ */ 14