tftp.h
来自「ucos~{VPJ5OV~}tftp~{T4Bk!#PhR*~}IPPACK~{」· C头文件 代码 · 共 38 行
H
38 行
/******************************************************************************* Filename : tftp.h ** Program : loader. ** Copyright : Copyright (C) 2001, Young-Su, Ahn. ** Author : Young-Su, Ahn <nurie@dreamwiz.com> ** Description : Header file for tftp.c. ** Created at : Wed Mar 13 2001. ** Based on : pptboot-0.5.3, CS8900A device driver. ** Modified by : ** Modified at : *******************************************************************************//* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */#ifndef _TFTP_H_#define _TFTP_H_#include "types.h"// Prototypes.bool DoTftp(int itype); // Begin TFTP get.bool TftpRx(char *rxBuf, int len);extern short tftpPort;extern short tftpHostPort;extern short tftpClientPort;#endif // end _TFTP_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?