matos/core/uaccess.h

6 lines
112 B
C

#pragma once
#include "types.h"
#include "stdarg.h"
int memcpyFromUser(vaddr_t to, uaddr_t from, size_t size);