Subversion Repositories freemyipod

Rev

Rev 52 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52 Rev 105
Line 24... Line 24...
24
#ifndef __CONSOLE_H__
24
#ifndef __CONSOLE_H__
25
#define __CONSOLE_H__
25
#define __CONSOLE_H__
26
 
26
 
27
 
27
 
28
#include "global.h"
28
#include "global.h"
29
#include "gcc_extensions.h"
-
 
30
#include <stdarg.h>
29
#include <stdarg.h>
31
 
30
 
32
 
31
 
33
void console_init() INITCODE_ATTR;
32
void console_init() INITCODE_ATTR;
34
void cputc(unsigned int consoles, char string) ICODE_ATTR;
33
void cputc(unsigned int consoles, char string) ICODE_ATTR;