metalsvm/kernel/shell.h

9 lines
117 B
C
Raw Normal View History

2011-07-12 15:02:23 +02:00
#ifndef SHELL_H
#define SHELL_H
2011-07-12 15:47:00 +02:00
void shelldebugprint(char* x);
2011-07-12 15:02:23 +02:00
void shell_init(int srv_or_cli);
#endif // SHELL_H