Subversion Repositories HelenOS

Rev

Rev 4486 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4486 Rev 4496
Line 29... Line 29...
29
 */
29
 */
30
 
30
 
31
#include <stdio.h>
31
#include <stdio.h>
32
#include <stdlib.h>
32
#include <stdlib.h>
33
#include <io/console.h>
33
#include <io/console.h>
-
 
34
#include <vfs/vfs.h>
34
#include "config.h"
35
#include "config.h"
35
#include "util.h"
36
#include "util.h"
36
#include "errors.h"
37
#include "errors.h"
37
#include "entry.h"
38
#include "entry.h"
38
#include "kcon.h"
39
#include "kcon.h"