Subversion Repositories freemyipod

Rev

Rev 881 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
946 theseven 1
#ifndef __APP_UMSBOOT_CONSOLE_H__
2
#define __APP_UMSBOOT_CONSOLE_H__
881 theseven 3
 
4
#include "global.h"
5
#include "interface/console/console.h"
6
 
7
 
8
extern const struct console_instance umsboot_console;
9
 
10
 
11
extern void umsboot_console_init();
12
 
13
 
14
#endif