Subversion Repositories HelenOS-historic

Rev

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

Rev 596 Rev 601
Line 32... Line 32...
32
#include <typedefs.h>
32
#include <typedefs.h>
33
#include <list.h>
33
#include <list.h>
34
#include <synch/spinlock.h>
34
#include <synch/spinlock.h>
35
 
35
 
36
#define MAX_CMDLINE     256
36
#define MAX_CMDLINE     256
-
 
37
#define KCONSOLE_HISTORY 10
37
 
38
 
38
enum cmd_arg_type {
39
enum cmd_arg_type {
39
    ARG_TYPE_INVALID = 0,
40
    ARG_TYPE_INVALID = 0,
40
    ARG_TYPE_INT,
41
    ARG_TYPE_INT,
41
    ARG_TYPE_STRING,
42
    ARG_TYPE_STRING,