matos/core/uaccess.h

6 lines
112 B
C
Raw Normal View History

2021-11-09 20:35:55 +01:00
#pragma once
#include "types.h"
#include "stdarg.h"
int memcpyFromUser(vaddr_t to, uaddr_t from, size_t size);