mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
7 lines
126 B
C
7 lines
126 B
C
#ifndef __TFTP_H
|
|
#define __TFTP_H
|
|
|
|
int tftp_get(unsigned int ip, const char *filename, char *buffer);
|
|
|
|
#endif /* __TFTP_H */
|
|
|