Changeset fadd381 in mainline for uspace/libc/arch/ppc32/include
- Timestamp:
- 2006-09-04T20:22:14Z (20 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/ppc32/include
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/ppc32/include/atomic.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcppc3229 /** @addtogroup libcppc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc32_ATOMIC_H__36 #define __ppc32_ATOMIC_H__35 #ifndef LIBC_ppc32_ATOMIC_H_ 36 #define LIBC_ppc32_ATOMIC_H_ 37 37 38 38 static inline void atomic_inc(atomic_t *val) … … 92 92 #endif 93 93 94 /** @}94 /** @} 95 95 */ 96 -
uspace/libc/arch/ppc32/include/context_offset.h
rfd85ae5 rfadd381 24 24 #define OFFSET_CR 0x58 25 25 #define OFFSET_CR 0x58 26 27 /** @}28 */29 -
uspace/libc/arch/ppc32/include/endian.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcppc3229 /** @addtogroup libcppc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc32_ENDIAN_H__36 #define __ppc32_ENDIAN_H__35 #ifndef LIBC_ppc32_ENDIAN_H_ 36 #define LIBC_ppc32_ENDIAN_H_ 37 37 38 #ifndef __LIBC__ENDIAN_H__38 #ifndef LIBC_ENDIAN_H_ 39 39 # error "Never use <libarch/endian.h> directly - use <endian.h> instead." 40 40 #endif … … 44 44 #endif 45 45 46 /** @}46 /** @} 47 47 */ 48 -
uspace/libc/arch/ppc32/include/limits.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcppc3229 /** @addtogroup libcppc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc32__LIMITS_H__36 #define __ppc32__LIMITS_H__35 #ifndef LIBC_ppc32_LIMITS_H_ 36 #define LIBC_ppc32_LIMITS_H_ 37 37 38 38 #define LONG_MIN MIN_INT32 … … 43 43 #endif 44 44 45 /** @}45 /** @} 46 46 */ 47 -
uspace/libc/arch/ppc32/include/psthread.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcppc3229 /** @addtogroup libcppc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __LIBC__ppc32__PSTHREAD_H__36 #define __LIBC__ppc32__PSTHREAD_H__35 #ifndef LIBC_ppc32_PSTHREAD_H_ 36 #define LIBC_ppc32_PSTHREAD_H_ 37 37 38 38 #include <types.h> … … 80 80 #endif 81 81 82 /** @}82 /** @} 83 83 */ 84 -
uspace/libc/arch/ppc32/include/regname.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcppc3229 /** @addtogroup libcppc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc32_REGNAME_H__36 #define __ppc32_REGNAME_H__35 #ifndef LIBC_ppc32_REGNAME_H_ 36 #define LIBC_ppc32_REGNAME_H_ 37 37 38 38 /* Condition Register Bit Fields */ … … 185 185 #endif 186 186 187 /** @}187 /** @} 188 188 */ 189 -
uspace/libc/arch/ppc32/include/stackarg.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcppc3229 /** @addtogroup libcppc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __LIBC__STACKARG_H__36 #define __LIBC__STACKARG_H__35 #ifndef LIBC_STACKARG_H_ 36 #define LIBC_STACKARG_H_ 37 37 38 38 #endif 39 39 40 41 /** @} 40 /** @} 42 41 */ 43 -
uspace/libc/arch/ppc32/include/thread.h
rfd85ae5 rfadd381 27 27 */ 28 28 29 /** @addtogroup libcppc3229 /** @addtogroup libcppc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __LIBC__ppc32__THREAD_H__36 #define __LIBC__ppc32__THREAD_H__35 #ifndef LIBC_ppc32_THREAD_H_ 36 #define LIBC_ppc32_THREAD_H_ 37 37 38 38 #define PPC_TP_OFFSET 0x7000 … … 68 68 #endif 69 69 70 /** @}70 /** @} 71 71 */ 72
Note:
See TracChangeset
for help on using the changeset viewer.
