forked from Imagelibrary/rtems
@@ -46,14 +46,6 @@
|
|||||||
* @brief libfs
|
* @brief libfs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup nfsclient nfs Client
|
|
||||||
*
|
|
||||||
* @ingroup FileSystemTypesAndMount
|
|
||||||
*
|
|
||||||
* @brief nfs Client
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup libmisc_mouse Serial Mouse
|
* @defgroup libmisc_mouse Serial Mouse
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* @brief Nfsclient Mount Prot
|
* @brief Nfsclient Mount Prot
|
||||||
*
|
*
|
||||||
* @ingroup rtems-nfsclient
|
* @ingroup RTEMSFileSystemNFSMountProt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MOUNT_PROT_H_RPCGEN
|
#ifndef _MOUNT_PROT_H_RPCGEN
|
||||||
@@ -11,16 +11,18 @@
|
|||||||
|
|
||||||
#include <rpc/rpc.h>
|
#include <rpc/rpc.h>
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup libfs_nfsclient_mount_prot Mount Prot
|
|
||||||
*
|
|
||||||
* @ingroup libfs
|
|
||||||
*/
|
|
||||||
/**@{*/
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSFileSystemNFSMountProt Mount Prot
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSFileSystemNFS
|
||||||
|
*
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
#define MNTPATHLEN 1024
|
#define MNTPATHLEN 1024
|
||||||
#define MNTNAMLEN 255
|
#define MNTNAMLEN 255
|
||||||
#define FHSIZE 32
|
#define FHSIZE 32
|
||||||
@@ -145,8 +147,9 @@ extern bool_t xdr_exportnode ();
|
|||||||
|
|
||||||
#endif /* K&R C */
|
#endif /* K&R C */
|
||||||
|
|
||||||
|
/**@}*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/**@}*/
|
|
||||||
#endif /* !_MOUNT_PROT_H_RPCGEN */
|
#endif /* !_MOUNT_PROT_H_RPCGEN */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup libfs_nfsclient_mount_prot Mount Prot
|
* @ingroup RTEMSFileSystemNFSMountProt Mount Prot
|
||||||
*
|
*
|
||||||
* @brief Mount Prot XDR
|
* @brief Mount Prot XDR
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
#include <rpc/rpc.h>
|
#include <rpc/rpc.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup libfs_nfsclient_nfs_prot NFS Prot
|
* @defgroup RTEMSFileSystemNFSProt NFS Prot
|
||||||
*
|
*
|
||||||
* @ingroup nfsclient
|
* @ingroup RTEMSFileSystemNFS
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup libfs_nfsclient_nfs_prot NFS Prot
|
* @ingroup RTEMSFileSystemNFSProt NFS Prot
|
||||||
*
|
*
|
||||||
* @brief NFS Prot XDR
|
* @brief NFS Prot XDR
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup libfs
|
* @ingroup RTEMSFileSystemNFS
|
||||||
*
|
*
|
||||||
* @brief NFS Client Implementation for RTEMS
|
* @brief NFS Client Implementation for RTEMS
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup libfs
|
* @ingroup RTEMSFileSystemNFS
|
||||||
*
|
*
|
||||||
* @brief RPC Multiplexor for a Multitasking Environment
|
* @brief RPC Multiplexor for a Multitasking Environment
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup libfs
|
* @ingroup RTEMSFileSystemNFS
|
||||||
*
|
*
|
||||||
* @brief Sock Mbuf
|
* @brief Sock Mbuf
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup libfs
|
* @ingroup RTEMSFileSystemNFS
|
||||||
*
|
*
|
||||||
* @brief XDR Implementation Using mbuf Buffers
|
* @brief XDR Implementation Using mbuf Buffers
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief Public Interface to the NFS Client Library for RTEMS
|
* @ingroup RTEMSFileSystemNFS
|
||||||
*
|
*
|
||||||
* @ingroup rtems-nfsclient
|
* @brief This header file provides interfaces of the NFSv2 client.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -57,9 +57,10 @@
|
|||||||
#define LIB_RTEMS_NFS_CLIENT_H
|
#define LIB_RTEMS_NFS_CLIENT_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup rtems-nfsclient NFS Client Library
|
* @defgroup RTEMSFileSystemNFS NFSv2 Client
|
||||||
|
*
|
||||||
|
* @ingroup FileSystemTypesAndMount
|
||||||
*
|
*
|
||||||
* @ingroup nfsclient
|
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user