Subversion Repositories HelenOS-historic

Rev

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

Rev 510 Rev 517
Line 79... Line 79...
79
 
79
 
80
typedef struct the the_t;
80
typedef struct the the_t;
81
 
81
 
82
typedef struct chardev chardev_t;
82
typedef struct chardev chardev_t;
83
 
83
 
-
 
84
typedef enum cmd_arg_type cmd_arg_type_t;
-
 
85
typedef struct cmd_arg cmd_arg_t;
-
 
86
typedef struct cmd_info cmd_info_t;
-
 
87
 
84
#endif
88
#endif