Changeset b45c443 in mainline for arch/ppc64/src/cpu/cpu.c


Ignore:
Timestamp:
2006-06-13T14:26:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc64/src/cpu/cpu.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ppc64cpu ppc64
     30 * @ingroup cpu
     31 * @{
     32 */
     33/** @file
     34 */
     35
    2936#include <arch/cpu.h>
    3037#include <arch/cpuid.h>
     
    5360        printf("cpu%d: version=%d, revision=%d\n", m->id, m->arch.version, m->arch.revision);
    5461}
     62
     63 /** @}
     64 */
     65
Note: See TracChangeset for help on using the changeset viewer.