Subversion Repositories HelenOS

Rev

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

Rev 3153 Rev 4345
Line 49... Line 49...
49
typedef uint32_t context_id_t;
49
typedef uint32_t context_id_t;
50
 
50
 
51
typedef int32_t inr_t;
51
typedef int32_t inr_t;
52
typedef int32_t devno_t;
52
typedef int32_t devno_t;
53
 
53
 
-
 
54
typedef volatile uint8_t ioport8_t;
-
 
55
typedef volatile uint16_t ioport16_t;
-
 
56
typedef volatile uint32_t ioport32_t;
-
 
57
 
54
#endif
58
#endif
55
 
59
 
56
/** @}
60
/** @}
57
 */
61
 */