mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-12 21:30:40 +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);
|