more x86_64 work. started to put the mmu bits together in the (former) stage2 loader.
[newos.git] / apps / shell / statements.h
blob03244b77f090aa2e218a64a07377fa28837ed2f3
1 #ifndef __STATEMENTS_H_
2 #define __STATEMENTS_H_
4 //#include <types.h>
5 #include "shell_defs.h"
10 void init_statements(void);
11 bool get_path(int no,char *name,int max_len);
13 void ste_error_to_str(int error,char *descr);
15 int parse_string(char *in);
16 int parse_info(scan_info *info);
18 #endif