/*#*
*#* $Log$
+ *#* Revision 1.32 2004/11/16 22:42:44 bernie
+ *#* Doxygen fixes.
+ *#*
*#* Revision 1.31 2004/11/16 22:37:28 bernie
*#* IPTR: Remove obsolete definition.
*#*
/*
- * Standard type definitions.
+ * \name Standard type definitions.
+ *
* These should be in <sys/types.h>, but many compilers lack them.
+ *
+ * \{
*/
#if !(defined(size_t) || defined(_SIZE_T_DEFINED))
typedef unsigned int size_t;
#if !(defined(_TIME_T_DEFINED) || defined(__time_t_defined))
typedef long time_t;
#endif /* _TIME_T_DEFINED || __time_t_defined */
+/*\}*/
-/*! Bulk storage large enough for both pointers or integers */
+/*! Bulk storage large enough for both pointers or integers. */
typedef void * iptr_t;
typedef const void * const_iptr_t;
-typedef long utime_t; /*!< Type for time expressed in microseconds */
-typedef unsigned char sig_t; /*!< Type for signal bits */
-typedef unsigned char sigset_t; /*!< Type for signal masks */
-typedef unsigned char page_t; /*!< Type for banked memory pages */
+typedef long utime_t; /*!< Type for time expressed in microseconds. */
+typedef unsigned char sig_t; /*!< Type for signal bits. */
+typedef unsigned char sigset_t; /*!< Type for signal masks. */
+typedef unsigned char page_t; /*!< Type for banked memory pages. */
/*!
* \name Types for hardware registers.