summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 15:06:42 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commitb697bc6a44a4a41f3025b833847adf96f6052bdd (patch)
treef5b92442b085535f82e63c0c7d3ca71005579fd0 /cpukit/libcsupport/include/rtems/libio.h
parentcpukit: Add EOL on files missing EOL at EOF (diff)
downloadrtems-b697bc6a44a4a41f3025b833847adf96f6052bdd.tar.bz2
cpukit: Use Consistent Beginning of Doxygen Group Notation
This is the result of a sed script which converts all uses of @{ into a consistent form.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h27
1 files changed, 9 insertions, 18 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index e7d34b63a9..51e25c98c7 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -47,9 +47,8 @@ extern "C" {
* @ingroup LibIO
*
* @brief File system operations.
- *
- * @{
*/
+/**@{**/
/**
* @brief File system node types.
@@ -749,9 +748,8 @@ int rtems_filesystem_default_statvfs(
* @ingroup LibIO
*
* @brief File system node handler.
- *
- * @{
*/
+/**@{**/
/**
* @brief Opens a node.
@@ -1143,9 +1141,8 @@ int rtems_filesystem_default_fcntl(
* system call behavior under RTEMS. Initially this supported only
* IO to devices but has since been enhanced to support networking
* and support for mounted file systems.
- *
- * @{
*/
+/**@{**/
typedef off_t rtems_off64_t __attribute__((deprecated));
@@ -1240,9 +1237,8 @@ typedef struct {
/**
* @name Flag Values
- *
- * @{
*/
+/**@{**/
#define LIBIO_FLAGS_NO_DELAY 0x0001U /* return immediately if no data */
#define LIBIO_FLAGS_READ 0x0002U /* reading */
@@ -1264,9 +1260,8 @@ void rtems_libio_init(void);
/**
* @name External I/O Handlers
- *
- * @{
*/
+/**@{**/
typedef int (*rtems_libio_open_t)(
const char *pathname,
@@ -1306,9 +1301,8 @@ typedef off_t (*rtems_libio_lseek_t)(
/**
* @name Permission Macros
- *
- * @{
*/
+/**@{**/
/*
* The following macros are used to build up the permissions sets
@@ -1422,15 +1416,13 @@ extern int rtems_mkdir(const char *path, mode_t mode);
* @ingroup LibIO
*
* @brief File system types and mount.
- *
- * @{
*/
+/**@{**/
/**
* @name File System Types
- *
- * @{
*/
+/**@{**/
#define RTEMS_FILESYSTEM_TYPE_IMFS "imfs"
#define RTEMS_FILESYSTEM_TYPE_MINIIMFS "mimfs"
@@ -1701,9 +1693,8 @@ extern const rtems_filesystem_mount_configuration
* @ingroup LibIO
*
* @brief Termios
- *
- * @{
*/
+/**@{**/
typedef struct rtems_termios_callbacks {
int (*firstOpen)(int major, int minor, void *arg);