Subversion Repositories HelenOS

Rev

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

Rev 2216 Rev 3070
Line 59... Line 59...
59
typedef uint8_t ipl_t;
59
typedef uint8_t ipl_t;
60
 
60
 
61
typedef uint32_t unative_t;
61
typedef uint32_t unative_t;
62
typedef int32_t native_t;
62
typedef int32_t native_t;
63
 
63
 
64
typedef uint8_t bool;
-
 
65
typedef uint64_t thread_id_t;
-
 
66
typedef uint64_t task_id_t;
-
 
67
typedef uint32_t context_id_t;
-
 
68
 
-
 
69
typedef int32_t inr_t;
-
 
70
typedef int32_t devno_t;
-
 
71
 
-
 
72
/** Page Table Entry. */
64
/** Page Table Entry. */
73
typedef struct {
65
typedef struct {
74
    unsigned present : 1;
66
    unsigned present : 1;
75
    unsigned writeable : 1;
67
    unsigned writeable : 1;
76
    unsigned uaccessible : 1;
68
    unsigned uaccessible : 1;