matos/core/uaccess.h
2021-11-09 20:41:07 +01:00

6 lines
112 B
C

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