Subversion Repositories HelenOS

Rev

Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3343 Rev 3593
Line 52... Line 52...
52
typedef uint64_t uintptr_t;
52
typedef uint64_t uintptr_t;
53
typedef uint64_t pfn_t;
53
typedef uint64_t pfn_t;
54
 
54
 
55
typedef uint64_t ipl_t;
55
typedef uint64_t ipl_t;
56
 
56
 
-
 
57
typedef uint64_t ioport_t;
-
 
58
 
57
typedef uint64_t unative_t;
59
typedef uint64_t unative_t;
58
typedef int64_t native_t;
60
typedef int64_t native_t;
59
 
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"