1
2#ifndef __VMISC_H__
3#define __VMISC_H__
4
5#include "rendition.h"
6#include "vtypes.h"
7#include "vos.h"
8
9void verite_bustomem_cpy (vu8 *, vu8 *, vu32);
10void verite_memtobus_cpy (vu8 *, vu8 *, vu32);
11
12#endif /* __VMISC_H__ */
13