#ifndef BOOT_MEMCPY_H #define BOOT_MEMCPY_H void * boot_memcpy(void *_dst, const void *_src, unsigned int size); #endif