mirror of
https://github.com/V2RetroComputing/analog-firmware.git
synced 2024-11-18 11:06:06 +00:00
5 lines
123 B
C
5 lines
123 B
C
#pragma once
|
|
|
|
void memcpy32(void *dst, void *src, uint32_t size);
|
|
void dmacpy32(void *start, void *end, void *source);
|