mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-10 04:10:39 +00:00
3 lines
125 B
C
3 lines
125 B
C
|
void enc28j60PacketSend(unsigned short buflen, void *buffer);
|
||
|
void *memcpy(void *dest, const void *src, unsigned short len);
|