chore: sdk compiles almost w/o warnings?

This commit is contained in:
2024-12-17 03:13:08 +06:00
parent 31efbc726f
commit 7c7b36a6b3
55 changed files with 658 additions and 514 deletions

View File

@@ -11,4 +11,7 @@
typedef void (*link_up_down_callback)(int blinkup);
#endif // __MII_ETHERNETIF_H__
s8 rltk_mii_send(struct eth_drv_sg *sg_list, int sg_len, int total_len);
void rltk_mii_recv(struct eth_drv_sg *sg_list, int sg_len);
#endif // __MII_ETHERNETIF_H__