]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/sys/ansi.h
Update or add comments to files and functions for use by Doxygen.
[mirror_edk2.git] / StdLib / Include / sys / ansi.h
index 4fb12987a5b26f8c85ce011c1d52278177dc571e..f8489fa2e5aab1be1e12097e3f569cf9e89578d4 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
     ANSI type definitions.\r
 \r
-    Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+    Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
     This program and the accompanying materials are licensed and made available\r
     under the terms and conditions of the BSD License that accompanies this\r
     distribution.  The full text of the license may be found at\r
-    http://opensource.org/licenses/bsd-license.php.\r
+    http://opensource.org/licenses/bsd-license.\r
 \r
     THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
     WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 #include <machine/int_types.h>\r
 \r
-typedef INT8 *      __caddr_t;      /* core address */\r
-typedef __uint32_t  __gid_t;        /* group id */\r
-typedef __uint32_t  __in_addr_t;    /* IP(v4) address */\r
-typedef __uint16_t  __in_port_t;    /* "Internet" port number */\r
-typedef __uint32_t  __mode_t;       /* file permissions */\r
-typedef __int64_t   __off_t;        /* file offset */\r
-typedef __int32_t   __pid_t;        /* process id */\r
-typedef __uint8_t   __sa_family_t;  /* socket address family */\r
-typedef UINT32       __socklen_t;    /* socket-related datum length */\r
-typedef __uint32_t  __uid_t;        /* user id */\r
-typedef __uint64_t  __fsblkcnt_t;   /* fs block count (statvfs) */\r
-typedef __uint64_t  __fsfilcnt_t;   /* fs file count */\r
+typedef INT8 *      __caddr_t;      ///< core address\r
+typedef __uint32_t  __gid_t;        ///< group id\r
+typedef __uint32_t  __in_addr_t;    ///< IP(v4) address\r
+typedef __uint16_t  __in_port_t;    ///< "Internet" port number\r
+typedef __uint32_t  __mode_t;       ///< file permissions\r
+typedef __int64_t   __off_t;        ///< file offset\r
+typedef __int32_t   __pid_t;        ///< process id\r
+typedef __uint8_t   __sa_family_t;  ///< socket address family\r
+typedef UINT32      __socklen_t;    ///< socket-related datum length\r
+typedef __uint32_t  __uid_t;        ///< user id\r
+typedef __uint64_t  __fsblkcnt_t;   ///< fs block count (statvfs)\r
+typedef __uint64_t  __fsfilcnt_t;   ///< fs file count\r
 \r
 #endif  /* !_SYS_ANSI_H_ */\r