Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 595 → Rev 596

/kernel/trunk/generic/include/console/kconsole.h
33,6 → 33,8
#include <list.h>
#include <synch/spinlock.h>
 
#define MAX_CMDLINE 256
 
enum cmd_arg_type {
ARG_TYPE_INVALID = 0,
ARG_TYPE_INT,