gitting project in git

This commit is contained in:
2025-03-30 21:43:59 -05:00
commit 18988b8656
1975 changed files with 703353 additions and 0 deletions

8
vitis/radar/src/ethernet.h Executable file
View File

@@ -0,0 +1,8 @@
#ifndef ETHERNET_H /* prevent circular inclusions */
#define ETHERNET_H /* by using protection macros */
void eth_sendMessage(u8 * data, int num_bytes);
void tcp_server_task();
#endif /* end of protection macro */