Subversion Repositories HelenOS

Rev

Rev 3149 | Rev 4342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3149 Rev 4338
Line 55... Line 55...
55
typedef uint64_t ipl_t;
55
typedef uint64_t ipl_t;
56
 
56
 
57
typedef uint64_t unative_t;
57
typedef uint64_t unative_t;
58
typedef int64_t native_t;
58
typedef int64_t native_t;
59
 
59
 
-
 
60
typedef uintptr_t ioport_t;
-
 
61
 
60
/**< Formats for uintptr_t, size_t, count_t and index_t */
62
/**< Formats for uintptr_t, size_t, count_t and index_t */
61
#define PRIp "llx"
63
#define PRIp "llx"
62
#define PRIs "llu"
64
#define PRIs "llu"
63
#define PRIc "llu"
65
#define PRIc "llu"
64
#define PRIi "llu"
66
#define PRIi "llu"