Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3778 → Rev 3779

/trunk/kernel/arch/sparc64/include/types.h
54,11 → 54,11
 
typedef uint64_t ipl_t;
 
typedef uint64_t ioport_t;
 
typedef uint64_t unative_t;
typedef int64_t native_t;
 
typedef uintptr_t ioport_t;
 
/**< Formats for uintptr_t, size_t, count_t and index_t */
#define PRIp "llx"
#define PRIs "llu"