9 lines
111 B
C
9 lines
111 B
C
#ifndef SHELL_H
|
|
#define SHELL_H
|
|
|
|
#include "utils.h"
|
|
|
|
void shell_main(addr_t self_space, addr_t slide);
|
|
|
|
#endif
|