shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-12 15:02:23 +02:00
parent 03cfdd12ad
commit 08c160dc01

8
kernel/shell.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef SHELL_H
#define SHELL_H
#define SHELLDEBUGPRINTF(x,...) cli_sendBuffer(x,##__VA_ARGS__);
void shell_init(int srv_or_cli);
#endif // SHELL_H