Changeset fadd381 in mainline for uspace/libc/arch/mips32/include
- Timestamp:
- 2006-09-04T20:22:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2def788
- Parents:
- fd85ae5
- Location:
- uspace/libc/arch/mips32/include
- Files:
-
- 7 edited
-
atomic.h (modified) (3 diffs)
-
context_offset.h (modified) (1 diff)
-
endian.h (modified) (3 diffs)
-
limits.h (modified) (3 diffs)
-
psthread.h (modified) (3 diffs)
-
stackarg.h (modified) (3 diffs)
-
thread.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/mips32/include/atomic.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcmips3229 /** @addtogroup libcmips32 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef __mips32_ATOMIC_H__37 #define __mips32_ATOMIC_H__36 #ifndef LIBC_mips32_ATOMIC_H_ 37 #define LIBC_mips32_ATOMIC_H_ 38 38 39 39 #define atomic_inc(x) ((void) atomic_add(x, 1)) … … 74 74 #endif 75 75 76 /** @}76 /** @} 77 77 */ 78 -
uspace/libc/arch/mips32/include/context_offset.h
rfd85ae5 rfadd381 27 27 #define OFFSET_F30 0x5c 28 28 29 /** @}30 */31 -
uspace/libc/arch/mips32/include/endian.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcmips32 mips3229 /** @addtogroup libcmips32 mips32 30 30 * @brief mips32 architecture dependent parts of libc 31 31 * @ingroup lc … … 35 35 */ 36 36 37 #ifndef __mips32_ENDIAN_H__38 #define __mips32_ENDIAN_H__37 #ifndef LIBC_mips32_ENDIAN_H_ 38 #define LIBC_mips32_ENDIAN_H_ 39 39 40 #ifndef __LIBC__ENDIAN_H__40 #ifndef LIBC_ENDIAN_H_ 41 41 # error "Never use <libarch/endian.h> directly - use <endian.h> instead." 42 42 #endif … … 46 46 #endif 47 47 48 49 /** @} 48 /** @} 50 49 */ 51 -
uspace/libc/arch/mips32/include/limits.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcmips3229 /** @addtogroup libcmips32 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef __mips32__LIMITS_H__37 #define __mips32__LIMITS_H__36 #ifndef LIBC_mips32__LIMITS_H_ 37 #define LIBC_mips32__LIMITS_H_ 38 38 39 39 # define LONG_MIN MIN_INT32 … … 44 44 #endif 45 45 46 47 48 /** @} 46 /** @} 49 47 */ 50 -
uspace/libc/arch/mips32/include/psthread.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcmips3229 /** @addtogroup libcmips32 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef __LIBC__mips32PSTHREAD_H__37 #define __LIBC__mips32PSTHREAD_H__36 #ifndef LIBC_mips32_PSTHREAD_H_ 37 #define LIBC_mips32_PSTHREAD_H_ 38 38 39 39 #include <types.h> … … 87 87 #endif 88 88 89 /** @}89 /** @} 90 90 */ 91 -
uspace/libc/arch/mips32/include/stackarg.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcmips3229 /** @addtogroup libcmips32 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef __LIBC_mips32_STACKARG_H__37 #define __LIBC_mips32_STACKARG_H__36 #ifndef LIBC_mips32_STACKARG_H_ 37 #define LIBC_mips32_STACKARG_H_ 38 38 39 39 /* dont allow to define it second time in stdarg.h */ … … 59 59 #endif 60 60 61 /** @}61 /** @} 62 62 */ 63 -
uspace/libc/arch/mips32/include/thread.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcmips3229 /** @addtogroup libcmips32 30 30 * @{ 31 31 */ … … 36 36 /* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */ 37 37 38 #ifndef __LIBC__mips32THREAD_H__39 #define __LIBC__mips32THREAD_H__38 #ifndef LIBC_mips32THREAD_H_ 39 #define LIBC_mips32THREAD_H_ 40 40 41 41 /* I did not find any specification (neither MIPS nor PowerPC), but … … 76 76 #endif 77 77 78 /** @}78 /** @} 79 79 */ 80
Note:
See TracChangeset
for help on using the changeset viewer.
