Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3878 → Rev 3848

/trunk/kernel/arch/mips32/include/types.h
57,11 → 57,6
typedef uint32_t unative_t;
typedef int32_t native_t;
 
typedef uintptr_t ioport_t;
 
typedef struct {
} fncptr_t;
 
#define PRIp "x" /**< Format for uintptr_t. */
#define PRIs "u" /**< Format for size_t. */
#define PRIc "u" /**< Format for count_t. */