Subversion Repositories HelenOS

Rev

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

Rev 3153 Rev 4342
Line 62... Line 62...
62
typedef uint32_t ipl_t;
62
typedef uint32_t ipl_t;
63
 
63
 
64
typedef uint32_t unative_t;
64
typedef uint32_t unative_t;
65
typedef int32_t native_t;
65
typedef int32_t native_t;
66
 
66
 
-
 
67
typedef uintptr_t ioport_t;
-
 
68
 
-
 
69
typedef struct {
-
 
70
} fncptr_t;
-
 
71
 
67
#define PRIp "x"    /**< Format for uintptr_t. */
72
#define PRIp "x"    /**< Format for uintptr_t. */
68
#define PRIs "u"    /**< Format for size_t. */
73
#define PRIs "u"    /**< Format for size_t. */
69
#define PRIc "u"    /**< Format for count_t. */
74
#define PRIc "u"    /**< Format for count_t. */
70
#define PRIi "u"    /**< Format for index_t. */
75
#define PRIi "u"    /**< Format for index_t. */
71
 
76