Subversion Repositories HelenOS

Rev

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

Rev 2131 Rev 2307
Line 60... Line 60...
60
 
60
 
61
typedef uint64_t unative_t;
61
typedef uint64_t unative_t;
62
typedef int64_t native_t;
62
typedef int64_t native_t;
63
 
63
 
64
typedef uint8_t bool;
64
typedef uint8_t bool;
-
 
65
typedef uint64_t thread_id_t;
65
typedef uint64_t task_id_t;
66
typedef uint64_t task_id_t;
66
typedef uint32_t context_id_t;
67
typedef uint32_t context_id_t;
67
 
68
 
68
typedef int32_t inr_t;
69
typedef int32_t inr_t;
69
typedef int32_t devno_t;
70
typedef int32_t devno_t;