summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/rtems/tftp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/tftp.h b/cpukit/libnetworking/rtems/tftp.h
index 0813d80431..b6a1bb5e8f 100644
--- a/cpukit/libnetworking/rtems/tftp.h
+++ b/cpukit/libnetworking/rtems/tftp.h
@@ -30,12 +30,20 @@
extern "C" {
#endif
+#include <rtems/libio.h>
+
/*
* Filesystem initialization routine
*/
int rtems_bsdnet_initialize_tftp_filesystem( void );
+/*
+ * TFTP file system operations table.
+ */
+
+extern rtems_filesystem_operations_table rtems_tftp_ops;
+
#ifdef __cplusplus
}
#endif