Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1656 → Rev 1657

//uspace/trunk/libc/arch/mips32eb/include/endian.h
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/** @addtogroup libcmipseb32 mipseb32
/** @addtogroup libcmips32eb mipseb32
* @brief mipseb32 architecture dependent parts of libc
* @ingroup lc
* @{
//uspace/trunk/libc/arch/amd64/src/thread.c
27,11 → 27,11
*/
 
/** @addtogroup libcamd64 amd64
* @addtogroup libcia32
* @ingroup lc
* @{
*/
/** @file
* @ingroup libcia32
*/
 
#include <thread.h>
//uspace/trunk/libc/arch/mips32/include/psthread.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__mips32PSTHREAD_H__
//uspace/trunk/libc/arch/mips32/include/atomic.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __mips32_ATOMIC_H__
//uspace/trunk/libc/arch/mips32/include/endian.h
26,7 → 26,9
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
/** @addtogroup libcmips32 mips32
* @brief mips32 architecture dependent parts of libc
* @ingroup lc
* @{
*/
/** @file
//uspace/trunk/libc/arch/mips32/include/stackarg.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC_mips32_STACKARG_H__
//uspace/trunk/libc/arch/mips32/include/limits.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __mips32__LIMITS_H__
//uspace/trunk/libc/arch/mips32/include/types.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__TYPES_H__
//uspace/trunk/libc/arch/mips32/include/thread.h
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
/* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */
//uspace/trunk/libc/arch/mips32/src/thread.c
30,6 → 30,7
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#include <thread.h>
//uspace/trunk/libc/arch/mips32/src/syscall.c
26,12 → 26,11
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32 mips32
* @brief mips32 architecture dependent parts of libc
* @ingroup lc
/** @addtogroup libcmips32
* @{
*/
/** @file
* @ingroup libcmips32eb
*/
 
#include <libc.h>