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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [rtems/] [ftpfs.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 * File Transfer Protocol client declarations
3
 *
4
 * Transfer file to/from remote host
5
 *
6
 *
7
 * (c) Copyright 2002
8
 * Thomas Doerfler
9
 * IMD Ingenieurbuero fuer Microcomputertechnik
10
 * Herbststr. 8
11
 * 82178 Puchheim, Germany
12
 * <Thomas.Doerfler@imd-systems.de>
13
 *
14
 * This code has been created after closly inspecting
15
 * "tftpdriver.c" from Eric Norum.
16
 *
17
 *  ftpfs.h,v 1.1 2002/06/27 21:59:23 joel Exp
18
 */
19
 
20
#ifndef _FTP_DRIVER_H
21
#define _FTP_DRIVER_H
22
 
23
#ifdef __cplusplus
24
extern "C" {
25
#endif
26
 
27
  /* create mount point and mount ftp file system */
28
  int rtems_bsdnet_initialize_ftp_filesystem () ;
29
 
30
#ifdef __cplusplus
31
}
32
#endif
33
 
34
#endif

powered by: WebSVN 2.1.0

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