gitting project in git
This commit is contained in:
8
vitis/radar/src/ethernet.h
Executable file
8
vitis/radar/src/ethernet.h
Executable 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 */
|
||||
Reference in New Issue
Block a user