Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1863 → Rev 1866

/trunk/uspace/libc/arch/ppc64/include/context_offset.h
22,7 → 22,3
#define OFFSET_R30 0x50
#define OFFSET_R31 0x54
#define OFFSET_CR 0x58
 
/** @}
*/
 
/trunk/uspace/libc/arch/ppc64/include/psthread.h
32,8 → 32,8
/** @file
*/
 
#ifndef __LIBC__ppc64__PSTHREAD_H__
#define __LIBC__ppc64__PSTHREAD_H__
#ifndef LIBC_ppc64_PSTHREAD_H_
#define LIBC_ppc64_PSTHREAD_H_
 
#include <types.h>
 
81,4 → 81,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ppc64/include/atomic.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ppc64_ATOMIC_H__
#define __ppc64_ATOMIC_H__
#ifndef LIBC_ppc64_ATOMIC_H_
#define LIBC_ppc64_ATOMIC_H_
 
static inline void atomic_inc(atomic_t *val)
{
93,4 → 93,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ppc64/include/endian.h
32,10 → 32,10
/** @file
*/
 
#ifndef __ppc64_ENDIAN_H__
#define __ppc64_ENDIAN_H__
#ifndef LIBC_ppc64_ENDIAN_H_
#define LIBC_ppc64_ENDIAN_H_
 
#ifndef __LIBC__ENDIAN_H__
#ifndef LIBC_ENDIAN_H_
# error "Never use <libarch/endian.h> directly - use <endian.h> instead."
#endif
 
45,4 → 45,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ppc64/include/regname.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ppc64_REGNAME_H__
#define __ppc64_REGNAME_H__
#ifndef LIBC_ppc64_REGNAME_H_
#define LIBC_ppc64_REGNAME_H_
 
/* Condition Register Bit Fields */
#define cr0 0
186,4 → 186,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ppc64/include/stackarg.h
32,12 → 32,10
/** @file
*/
 
#ifndef __LIBC__STACKARG_H__
#define __LIBC__STACKARG_H__
#ifndef LIBC_STACKARG_H_
#define LIBC_STACKARG_H_
 
#endif
 
 
/** @}
*/
 
/trunk/uspace/libc/arch/ppc64/include/limits.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ppc64__LIMITS_H__
#define __ppc64__LIMITS_H__
#ifndef LIBC_ppc64_LIMITS_H_
#define LIBC_ppc64_LIMITS_H_
 
#define LONG_MIN MIN_INT64
#define LONG_MAX MAX_INT64
44,4 → 44,3
 
/** @}
*/
 
/trunk/uspace/libc/arch/ppc64/include/thread.h
32,8 → 32,8
/** @file
*/
 
#ifndef __LIBC__ppc64__THREAD_H__
#define __LIBC__ppc64__THREAD_H__
#ifndef LIBC_ppc64_THREAD_H_
#define LIBC_ppc64_THREAD_H_
 
#define PPC_TP_OFFSET 0x7000
 
69,4 → 69,3
 
/** @}
*/