Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1780 → Rev 1781

/uspace/trunk/libc/arch/mips32/include/types.h
33,8 → 33,8
* @ingroup libcmips32eb
*/
 
#ifndef __LIBC__TYPES_H__
#define __LIBC__TYPES_H__
#ifndef LIBC_mips32_TYPES_H_
#define LIBC_mips32_TYPES_H_
 
typedef unsigned int sysarg_t;
typedef unsigned int size_t;
51,8 → 51,9
typedef unsigned long int uint32_t;
typedef unsigned long long int uint64_t;
 
typedef uint32_t uintptr_t;
 
#endif
 
/** @}
*/