Rev 585 | Rev 601 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 585 | Rev 596 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 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 |
|
| - | 37 | ||
| 36 | enum cmd_arg_type { |
38 | enum cmd_arg_type { |
| 37 | ARG_TYPE_INVALID = 0, |
39 | ARG_TYPE_INVALID = 0, |
| 38 | ARG_TYPE_INT, |
40 | ARG_TYPE_INT, |
| 39 | ARG_TYPE_STRING, |
41 | ARG_TYPE_STRING, |
| 40 | ARG_TYPE_VAR /**< Variable type - either symbol or string */ |
42 | ARG_TYPE_VAR /**< Variable type - either symbol or string */ |