litex/software/bios/tftp.h
Sebastien Bourdeauducq 22f7d1716e Remove some boilerplate
2012-05-24 19:22:27 +02:00

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 */