Changeset cc73a8a1 in mainline for generic/include/config.h


Ignore:
Timestamp:
2006-06-20T12:26:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c8a70a
Parents:
1e0a5fc
Message:

Cleanup of comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/config.h

    r1e0a5fc rcc73a8a1  
    2727 */
    2828
    29  /** @addtogroup generic       
     29/** @addtogroup generic
    3030 * @{
    3131 */
     
    5757
    5858typedef struct {
    59         count_t cpu_count;
    60         volatile count_t cpu_active;
     59        count_t cpu_count;              /**< Number of processors detected. */
     60        volatile count_t cpu_active;    /**< Number of processors that are up and running. */
    6161
    6262        __address base;
    63         size_t memory_size;
    64         size_t kernel_size;           /**< Size of memory in bytes taken by kernel and stack */
    65        
    66         bool mm_initialized;
     63        size_t memory_size;             /**< Size of detected memory in bytes. */
     64        size_t kernel_size;             /**< Size of memory in bytes taken by kernel and stack */
    6765} config_t;
    6866
     
    7270#endif
    7371
    74  /** @}
     72/** @}
    7573 */
    76 
Note: See TracChangeset for help on using the changeset viewer.