historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot-sam460ex/net/tftp.h
2024-01-16 11:20:27 -06:00

22 lines
446 B
C

/*
* LiMon - BOOTP/TFTP.
*
* Copyright 1994, 1995, 2000 Neil Russell.
* (See License)
*/
#ifndef __TFTP_H__
#define __TFTP_H__
/**********************************************************************/
/*
* Global functions and variables.
*/
/* tftp.c */
extern void TftpStart (void); /* Begin TFTP get */
extern short TFTP_quit_on_error;
/**********************************************************************/
#endif /* __TFTP_H__ */