Subversion Repositories HelenOS

Rev

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

Rev 4342 Rev 4344
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;
67
typedef volatile uint8_t ioport8_t;
-
 
68
typedef volatile uint16_t ioport16_t;
-
 
69
typedef volatile uint32_t ioport32_t;
68
 
70
 
69
typedef struct {
71
typedef struct {
70
} fncptr_t;
72
} fncptr_t;
71
 
73
 
72
#define PRIp "x"    /**< Format for uintptr_t. */
74
#define PRIp "x"    /**< Format for uintptr_t. */