URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [rtems/] [ftpfs.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * File Transfer Protocol client declarations * * Transfer file to/from remote host * * * (c) Copyright 2002 * Thomas Doerfler * IMD Ingenieurbuero fuer Microcomputertechnik * Herbststr. 8 * 82178 Puchheim, Germany * <Thomas.Doerfler@imd-systems.de> * * This code has been created after closly inspecting * "tftpdriver.c" from Eric Norum. * * ftpfs.h,v 1.1 2002/06/27 21:59:23 joel Exp */ #ifndef _FTP_DRIVER_H #define _FTP_DRIVER_H #ifdef __cplusplus extern "C" { #endif /* create mount point and mount ftp file system */ int rtems_bsdnet_initialize_ftp_filesystem () ; #ifdef __cplusplus } #endif #endif