metalsvm/kernel/shell.h

9 lines
122 B
C
Raw Normal View History

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