]> Git Repo - J-u-boot.git/blame - net/tftp.h
pxa: convert pxa27x_udc to use read and write functions
[J-u-boot.git] / net / tftp.h
CommitLineData
592ec2c5
WD
1/*
2 * LiMon - BOOTP/TFTP.
3 *
4 * Copyright 1994, 1995, 2000 Neil Russell.
e59e3562
LC
5 * Copyright 2011 Comelit Group SpA
6 * Luca Ceresoli <[email protected]>
592ec2c5
WD
7 * (See License)
8 */
9
10#ifndef __TFTP_H__
11#define __TFTP_H__
12
13/**********************************************************************/
14/*
15 * Global functions and variables.
16 */
17
18/* tftp.c */
58f317d1 19void TftpStart(enum proto_t protocol); /* Begin TFTP get/put */
592ec2c5 20
e59e3562
LC
21#ifdef CONFIG_CMD_TFTPSRV
22extern void TftpStartServer(void); /* Wait for incoming TFTP put */
23#endif
24
592ec2c5
WD
25/**********************************************************************/
26
27#endif /* __TFTP_H__ */
This page took 0.191175 seconds and 4 git commands to generate.