Subversion Repositories freemyipod

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __TARGET_UMSBOOT_IPODNANO2G_H__
2
#define __TARGET_UMSBOOT_IPODNANO2G_H__
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