Rev 881 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __APP_UMSBOOT_CONSOLE_H__#define __APP_UMSBOOT_CONSOLE_H__#include "global.h"#include "interface/console/console.h"extern const struct console_instance umsboot_console;extern void umsboot_console_init();#endif