summaryrefslogtreecommitdiff
path: root/kernel/Helpers/memory.hpp
blob: fcd08a502f84e8b608837dc017f525a48ffae711 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __memory__
#define __memory__

#include "./types.hpp"

int memcpy(u32 source, u32 dest, u32 size);


#endif