Changeset e209fc96 in mainline for libc/arch/ppc64/src/syscall.c


Ignore:
Timestamp:
2006-06-07T20:56:49Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
846848a6
Parents:
b3d1e11
Message:

Another doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/ppc64/src/syscall.c

    rb3d1e11 re209fc96  
    2727 */
    2828
     29 /** @addtogroup libcppc64 ppc64
     30  * @brief ppc64 architecture dependent parts of libc
     31  * @ingroup lc
     32 * @{
     33 */
     34/** @file
     35 */
     36
    2937#include <libc.h>
    3038
     
    4957        return __ppc32_reg_r3;
    5058}
     59
     60 /** @}
     61 */
     62
Note: See TracChangeset for help on using the changeset viewer.