Subversion Repositories HelenOS-historic

Rev

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

Rev 623 Rev 788
Line 28... Line 28...
28
 
28
 
29
#ifndef __KCONSOLE_H__
29
#ifndef __KCONSOLE_H__
30
#define __KCONSOLE_H__
30
#define __KCONSOLE_H__
31
 
31
 
32
#include <typedefs.h>
32
#include <typedefs.h>
33
#include <list.h>
33
#include <adt/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
#define KCONSOLE_HISTORY 10
38
 
38