shell print interface implemented

This commit is contained in:
Thomas Klaehn
2016-08-29 17:13:00 +02:00
parent e142dc2254
commit 1952f7257e
2 changed files with 8 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ struct command {
int shell_init(const struct driver *shell_device);
int shell_add_command(struct command *command);
int shell_write(const char *buffer, unsigned int len);
#endif /* SOURCE_FIRMWARE_KERNEL_INTERFACE_SHELL_H_ */