Subversion Repositories HelenOS

Rev

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

Rev 3153 Rev 4338
Line 63... Line 63...
63
typedef uint64_t ipl_t;
63
typedef uint64_t ipl_t;
64
 
64
 
65
typedef uint64_t unative_t;
65
typedef uint64_t unative_t;
66
typedef int64_t native_t;
66
typedef int64_t native_t;
67
 
67
 
-
 
68
typedef uintptr_t ioport_t;
-
 
69
 
68
#define PRIp "lx"   /**< Format for uintptr_t. */
70
#define PRIp "lx"   /**< Format for uintptr_t. */
69
#define PRIs "lu"   /**< Format for size_t. */
71
#define PRIs "lu"   /**< Format for size_t. */
70
#define PRIc "lu"   /**< Format for count_t. */
72
#define PRIc "lu"   /**< Format for count_t. */
71
#define PRIi "lu"   /**< Format for index_t. */
73
#define PRIi "lu"   /**< Format for index_t. */
72
 
74