Subversion Repositories HelenOS-historic

Rev

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

Rev 16 Rev 40
Line 57... Line 57...
57
typedef struct vm_area vm_area_t;
57
typedef struct vm_area vm_area_t;
58
typedef struct vm vm_t;
58
typedef struct vm vm_t;
59
 
59
 
60
typedef struct link link_t;
60
typedef struct link link_t;
61
 
61
 
-
 
62
typedef char *char_ptr;
-
 
63
 
62
#endif
64
#endif