Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3386 → Rev 4577

/branches/network/kernel/arch/sparc64/include/types.h
57,6 → 57,9
typedef uint64_t unative_t;
typedef int64_t native_t;
 
typedef struct {
} fncptr_t;
 
/**< Formats for uintptr_t, size_t, count_t and index_t */
#define PRIp "llx"
#define PRIs "llu"