OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [rtems/] [tftp.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  $Id: tftp.h,v 1.2 2001-09-27 12:02:00 chris Exp $
3
 */
4
 
5
/*
6
 * Trivial File Transfer Protocol (TFTP)
7
 *
8
 * Transfer file to/from remote host
9
 *
10
 * W. Eric Norum
11
 * Saskatchewan Accelerator Laboratory
12
 * University of Saskatchewan
13
 * Saskatoon, Saskatchewan, CANADA
14
 * eric@skatter.usask.ca
15
 */
16
 
17
/*
18
 * Usage:
19
 *
20
 * To open `/bootfiles/image' on `hostname' for reading:
21
 *         fd = open ("/TFTP/hostname/bootfiles/image", O_RDONLY);
22
 *
23
 * The `hostname' must be four dot-separated decimal values.
24
 */
25
 
26
#ifndef _TFTP_FILESYSTEM_h
27
#define _TFTP_FILESYSTEM_h
28
 
29
#ifdef __cplusplus
30
extern "C" {
31
#endif
32
 
33
/*
34
 * Filesystem initialization routine
35
 */
36
 
37
int rtems_bsdnet_initialize_tftp_filesystem( void );
38
 
39
#ifdef __cplusplus
40
}
41
#endif
42
 
43
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.