summaryrefslogblamecommitdiffstats
path: root/include/umode_vma.h
blob: 23619be54841e54fb3f55039da3e7f1ff982b286 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                          
#ifndef _JOVE_UMODE_VMA_H
#define _JOVE_UMODE_VMA_H 1

#include <stdbool.h>
#include <stddef.h>

int user_vma_read(void *dest, const void *src, size_t w);
int user_vma_write(void *dest, const void *src, size_t w);

#endif